RGBColor in Photoshop DOM
A color specified in RGB.
Instance Properties
name | type | description |
---|---|---|
blue | Number | the blue color value (between 0.0 and 255.0) |
green | Number | the green color value (between 0.0 and 255.0) |
hexValue | String | hex representation of this color |
red | Number | the red color value (between 0.0 and 255.0) |
typename | String | (read only) |
Properties that are an RGBColor
name | object | description |
---|---|---|
nearestWebColor | SolidColor | (read only) the nearest web color to the current color |
rgb | SolidColor |