LabColor in Photoshop DOM
A color specified in Lab.
Instance Properties
| name | type | description |
|---|---|---|
| a | Number | the a-value (between -128.0 and 127.0) |
| b | Number | the b-value (between -128.0 and 127.0) |
| l | Number | the L-value (between 0.0 and 100.0) |
| typename | String | (read only) |
Properties that are a LabColor
| name | object | description |
|---|---|---|
| lab | SolidColor |