Skip to content

autk-map


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?

optional isColorMap?: boolean

Defined in: interfaces.ts:56

Indicates if the layer is a color map.


isPick?

optional isPick?: boolean

Defined in: interfaces.ts:61

Indicates if the layer is for picking


isSkip?

optional isSkip?: 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?

optional pickedComps?: number[]

Defined in: interfaces.ts:59

Components that are picked, if any.

Released under the MIT License.