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