HSBColor
Defines an HSB color, used in SolidColor object.
Properties
名称 | 类型 | 访问 | 默认 | 范围 | 最低版本 | 描述 |
---|---|---|---|---|---|---|
brightness | number | R W | 100 | 0..100 | 23.0 | The brightness value. |
hue | number | R W | 360 | 0..360 | 23.0 | The hue value. |
saturation | number | R W | 0 | 0..100 | 23.0 | The saturation value. |
typename | string | R | - | - | 23.0 | The class name of the referenced object: "HSBColor". |