RasterValue


A raster pixel value for a specific layer.

Properties

value

value: number

The value of the pixel.


layerId

layerId: string

The ID of the layer that the pixel belongs to.


categoryName

categoryName: null | string

The name of the category that the pixel belongs to.


color

color: null | { r: number; g: number; b: number; a: number; }

The color of the pixel. Each value is between 0 and 255.

Last updated

Was this helpful?