프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ColorCMYK | System | ||
ColorCMYK | System | ||
ColorCMYK | System | ||
CreateColor |
메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | 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. |
리턴 | 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 |
리턴 | System |
public static FromMagickColor ( |
||
color | The color to use. | |
리턴 |