Components.GetYellow
Extension Method in Components
Declaration
public static float GetYellow(this Color color)
Description
Returns the yellow component of the color in the range [0..1] using the CMYK color model.
Parameters
color | The color to get the component from. |
Returns
float | The yellow component of the color. |