Property | Type | Description | |
---|---|---|---|
ColorCMYK | System | ||
ColorCMYK | System | ||
ColorCMYK | System | ||
CreateColor |
Method | Description | |
---|---|---|
ColorCMYK ( Percentage cyan, Percentage magenta, Percentage yellow, Percentage key ) : System |
Initializes a new instance of the ColorCMYK class.
|
|
ColorCMYK ( Percentage cyan, Percentage magenta, Percentage yellow, Percentage key, Percentage alpha ) : System |
Initializes a new instance of the ColorCMYK class.
|
|
ColorCMYK ( string color ) : System |
Initializes a new instance of the ColorCMYK class.
|
|
FromMagickColor ( |
Converts the specified MagickColor to an instance of this type.
|
Method | Description | |
---|---|---|
ColorCMYK ( |
||
ColorCMYK ( |
||
ColorCMYK ( |
||
CreateColor ( string color ) : |
public ColorCMYK ( Percentage cyan, Percentage magenta, Percentage yellow, Percentage key ) : System | ||
cyan | Percentage | Cyan component value of this color. |
magenta | Percentage | Magenta component value of this color. |
yellow | Percentage | Yellow component value of this color. |
key | Percentage | Key (black) component value of this color. |
return | System |
public ColorCMYK ( Percentage cyan, Percentage magenta, Percentage yellow, Percentage key, Percentage alpha ) : System | ||
cyan | Percentage | Cyan component value of this color. |
magenta | Percentage | Magenta component value of this color. |
yellow | Percentage | Yellow component value of this color. |
key | Percentage | Key (black) component value of this color. |
alpha | Percentage | Alpha component value of this color. |
return | System |
public ColorCMYK ( string color ) : System | ||
color | string | The CMYK hex string or name of the color (http://www.imagemagick.org/script/color.php). /// For example: #F000, #FF000000, #FFFF000000000000 |
return | System |
public static FromMagickColor ( |
||
color | The color to use. | |
return |