Specifications

Table Of Contents
Adobe Photoshop CS6
JavaScript Scripting Reference JavaScript Object Reference 165
RGBColor
Defines an RGB color, used in the SolidColor object.
See also CMYKColor
, GrayColor, HSBColor, LabColor, NoColor.
Properties
Property Value type What it is
blue
number [0..255]
Read-write. The blue color value (default: 255).
green
number [0..255]
Read-write. The green color value (default: 255)
hexValue
string
Read-write. The hexadecimal representation of the color.
red
number [0..255]
Read-write. The red color value (default: 255)
typename
string
Read-only. The class name of the referenced RGBColor object.