Raster.CellValueToColor Method
Converts an integer cell value from an RGB or RGBA raster to a color value.
Thread safety: This method is not thread-safe.
CellValueToColor(System.Int32 cellValue)
Converts an integer cell value from an RGB or RGBA raster to a color value.Syntax
public static System.Drawing.Color CellValueToColor (
System.Int32 cellValue
)
Parameters
cellValue
Type: System.Int32
The cell value retrieved from an RGB or RGBA raster.
The cell value retrieved from an RGB or RGBA raster.
Return Value
Type: System.Drawing.Color
The corresponding color value.
The corresponding color value.
Platforms
Windows, Linux, Android