autk-map / ILayerRenderInfo
Interface: ILayerRenderInfo
Defined in: interfaces.ts:54
Interface for layer render information.
Properties
colorMapInterpolator
colorMapInterpolator:
ColorMapInterpolator
Defined in: interfaces.ts:57
Interpolator for color mapping.
colorMapLabels
colorMapLabels:
string[]
Defined in: interfaces.ts:58
isColorMap?
optionalisColorMap?:boolean
Defined in: interfaces.ts:56
Indicates if the layer is a color map.
isPick?
optionalisPick?:boolean
Defined in: interfaces.ts:61
Indicates if the layer is for picking
isSkip?
optionalisSkip?:boolean
Defined in: interfaces.ts:60
Indicates if the layer should be skipped in rendering.
opacity
opacity:
number
Defined in: interfaces.ts:55
Opacity of the layer.
pickedComps?
optionalpickedComps?:number[]
Defined in: interfaces.ts:59
Components that are picked, if any.