LabColor
Defines a L*a*b* color, used in SolidColor object.
Properties
名称 | 类型 | 访问 | 默认 | 范围 | 最低版本 | 描述 |
---|---|---|---|---|---|---|
a | number | R W | 0 | -128..127 | 23.0 | The a-value. |
b | number | R W | 0 | -128..127 | 23.0 | The b-value. |
l | number | R W | 100 | 0..100 | 23.0 | The L-value. |
typename | string | R | - | - | 23.0 | The class name of the referenced object: "LabColor". |