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