Components.SetYellow100
Extension Method in Components
Declaration
public static void SetYellow100(this ref Color color, int yellow)
Description
Sets the yellow component of the color to the given value using the CMYK color model.
Parameters
color | The color to set the component on. |
yellow | The value to set the component to in the range [0..100]. |