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