A raster pixel value for a specific layer.
value: number
number
The value of the pixel.
layerId: string
string
The ID of the layer that the pixel belongs to.
categoryName: null | string
null
The name of the category that the pixel belongs to.
color: null | { r: number; g: number; b: number; a: number; }
r
g
b
a
The color of the pixel. Each value is between 0 and 255.
Last updated 9 months ago
Was this helpful?