Specifications

Table Of Contents
Adobe Photoshop CS6
JavaScript Scripting Reference JavaScript Object Reference 122
HSBColor
Defines an HSB color, used in the SolidColor object.
See also CMYKColor
, GrayColor, LabColor, NoColor, RGBColor
Properties
Property Value type What it is
brightness
number[0.0..100.0]
Read-write. The brightness value.
hue
number [0.0..360.0]
Read-write. The hue value.
saturation
number [0.0..100.0]
Read-write. The saturation value.
typename
string
Read-only. The class name of the referenced HSBColor
object.