ConversionExtensions.ToRGB255
Extension Method in ConversionExtensions
Declaration
public static RGB255 ToRGB255(this Color color)
Description
Converts the color to RGB (red, green, blue) components in the range [0..255].
Parameters
color | The color to convert. |
Returns
RGB255 | The RGB components of the color. |