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