Defines color stop for a transfer function style.
Referenced by: Voxel Transfer Function Style
Properties
| Property | Details |
|---|---|
| color | Color is represented as a three or four-element array. |
| position | Normalized position of the stop in [0,1]. |
Example
{
"color": [
255,
255,
100,
10
],
"position": 0.25
}