Components.WithMagenta
Extension Method in Components
Declaration
public static Color WithMagenta(this Color color, float 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..1]. | 
Returns
| Color | A copy of the color with the new magenta component value. |