Raster.ColorToCellValue Method
Converts a color value to an equivalent cell value that can be written to an RGB or RGBA raster.
Thread safety: This method is not thread-safe.
ColorToCellValue(System.Drawing.Color color)
Converts a color value to an equivalent cell value that can be written to an RGB or RGBA raster.Syntax
public static System.Int32 ColorToCellValue (
System.Drawing.Color color
)
Parameters
color
Type: System.Drawing.Color
The color value to convert.
The color value to convert.
Return Value
Type: System.Int32
The corresponding cell value.
The corresponding cell value.
Platforms
Windows, Linux, Android