Skip to content

Commit a3e1e3c

Browse files
committed
Document gamma
1 parent a6aef98 commit a3e1e3c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Add default canvas width/height (`'auto'`) to fix an issue on high-dpi monitors that do not style the canvas element (#41)
66
- Add resize handler so when width/height is set to `'auto'` the canvas element is automatically resized on `resize` and `orientationchange` events.
7+
- Improve framebuffer rendering and add `gamma` prop to allow controlling the opacity blending (#42)
78

89
## v0.17.0
910

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ can be read and written via [`scatterplot.get()`](#scatterplot.get) and [`scatte
388388
| keyMap | object | `{ alt: 'rotate', shift: 'lasso' }` | See the notes below | `true` | `false` |
389389
| mouseMode | string | `'panZoom'` | `'panZoom'`, `'lasso'`, or `'rotate'` | `true` | `false` |
390390
| performanceMode | boolean | `false` | can only be set during initialization! | `true` | `false` |
391+
| gamma | float | `1` | to control the opacity blending | `true` | `false` |
391392

392393
<a name="property-notes" href="#property-notes">#</a> <b>Notes:</b>
393394

0 commit comments

Comments
 (0)