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