YIQ Constructor
Constructor in YIQ
Declaration
public YIQ(float Y, float I, float Q)Description
Creates new Y′IQ components from the given values.
Parameters
| Y | The luma component of the color in the range [0..1]. |
| I | The orange-blue chroma component of the color in the range [-0.596..0.596]. |
| Q | The purple-green chroma component of the color in the range [-0.523..0.523]. |
Overload
Declaration
public YIQ(YIQ other)Description
Creates a new copy of the components.
Parameters
| other | The other components to copy. |
Overload
Declaration
public YIQ(Color color)Description
Creates new Y′IQ components from the given color.
Parameters
| color | The color to extract the components from. |
Overload
Declaration
public YIQ(Color color, SignalEncoding encoding)Description
Creates new Y′IQ components from the given color and encoding.
Parameters
| color | The color to extract the components from. |
| encoding | The encoding to use. |