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