Components.WithCyan100
Extension Method in Components
Declaration
public static Color WithCyan100(this Color color, int cyan)
Description
Returns a copy of the color with a new cyan component value using the CMYK color model.
Parameters
color | The color to copy. |
cyan | The new component value in the range [0..100]. |
Returns
Color | A copy of the color with the new cyan component value. |