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