arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

RasterValue


A raster pixel value for a specific layer.

hashtag
Properties

hashtag
value

value: number

The value of the pixel.


hashtag
layerId

layerId: string

The ID of the layer that the pixel belongs to.


hashtag
categoryName

categoryName: null | string

The name of the category that the pixel belongs to.


hashtag
color

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

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