An object for working with color palette element.
isRGB | Read-only. Returns True if the color scheme is RGB. Otherwise returns False. |
isCMYK | Read-only. Returns True if the color scheme is CMYK. Otherwise returns False. |
isTransparent | True if the color is transparant, otherwise False. |
Red | The color's red component in the RGB scheme. |
Green | The color's green component in the RGB scheme. |
Blue | The color's blue component in the RGB scheme. |
Cyan |
The color's cyan component in the CMYK scheme. |
Magenta | The color's magenta component in the CMYK scheme. |
Yellow | The color's yellow component in the CMYK scheme. |
Black | The color's black component in the CMYK scheme. |
SetRGB | Sets an RGB color. |
SetCMYK | Sets a CMYK color. |
See Also |
Color object, Document object |