ImageGearJava Project > com.accusoft.imagegear.formats.xmp Package : ImGearXMPColorant Class |
The following tables list the members exposed by ImGearXMPColorant.
Name | Description | |
---|---|---|
ImGearXMPColorant Constructor | Initializes a new instance of the ImGearXMPColorant class. |
Name | Description | |
---|---|---|
getA | Returns A value when the mode is LAB.
Valid range is -128..127. | |
getB | Returns B value when the mode is LAB.
Valid range is -128..127. | |
getBlack | Returns black value when the mode is CMYK.
Valid range is 0 ... 100. | |
getBlue | Returns blue value when the mode is RGB.
Valid range is 0..255. | |
getCyan | Returns cyan value when the mode is CMYK.
Valid range is 0 ... 100. | |
getGreen | Returns green value when the mode is RGB.
Valid range is 0..255. | |
getL | Returns L value when the mode is LAB.
Valid range is 0..100. | |
getMagenta | Returns magenta value when the mode is CMYK.
Valid range is 0 ... 100. | |
getMode | Returns the color space in which the color is defined. | |
getRed | Returns red value when the mode is RGB.
Valid range is 0..255. | |
getSwatchName | Returns name of the swatch. | |
getType | Returns the type of color, one of PROCESS or SPOT. | |
getYellow | Returns yellow value when the mode is CMYK.
Valid range is 0 ... 100. | |
setA | Sets A value when the mode is LAB.
Valid range is -128..127. | |
setB | Sets B value when the mode is LAB.
Valid range is -128..127. | |
setBlack | Sets black value when the mode is CMYK.
Valid range is 0 ... 100. | |
setBlue | Sets blue value when the mode is RGB.
Valid range is 0..255. | |
setCyan | Sets cyan value when the mode is CMYK.
Valid range is 0 ... 100. | |
setGreen | Sets green value when the mode is RGB.
Valid range is 0..255. | |
setL | Sets L value when the mode is LAB.
Valid range is 0..100. | |
setMagenta | Sets magenta value when the mode is CMYK.
Valid range is 0 ... 100. | |
setMode | Sets the color space in which the color is defined. | |
setRed | Sets red value when the mode is RGB.
Valid range is 0..255. | |
setSwatchName | Sets name of the swatch. | |
setType | Sets the type of color, one of PROCESS or SPOT. | |
setYellow | Sets yellow value when the mode is CMYK.
Valid range is 0 ... 100. |