RasterValue
A raster pixel value for a specific layer.
value: number
The value of the pixel.
layerId: string
The ID of the layer that the pixel belongs to.
categoryName: null | string
The name of the category that the pixel belongs to.
color: null | { r: number; g: number; b: number; a: number; }
The color of the pixel. Each value is between 0 and 255.