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