ConversionExtensions.ToYIQ
Extension Method in ConversionExtensions
Declaration
public static YIQ ToYIQ(this Color color)
Description
Converts the color to Y′IQ components.
Parameters
color | The color to convert. |
Returns
YIQ | The Y′IQ components of the color. |
Overload
Declaration
public static YIQ ToYIQ(this Color color, SignalEncoding encoding)
Description
Converts the color to Y′IQ components using the given encoding.
Parameters
color | The color to convert. |
encoding | The encoding to use. |
Returns
YIQ | The Y′IQ components of the color. |