ConversionExtensions.ToXYZ
Extension Method in ConversionExtensions
Declaration
public static CIEXYZ ToXYZ(this Color color)Description
Converts the color to CIE XYZ components.
Parameters
| color | The color to convert. |
Returns
| CIEXYZ | The CIE XYZ components of the color. |