RGBColor
Defines an RGB color, used in SolidColor object.
Properties
名称 | 类型 | 访问 | 默认 | 范围 | 最低版本 | 描述 |
---|---|---|---|---|---|---|
blue | number | R W | 255 | 0..255 | 23.0 | The blue color value. |
green | number | R W | 255 | 0..255 | 23.0 | The green color value. |
hexValue | string | R W | - | - | 23.0 | The hexadecimal representation of the color in uppercase. |
red | number | R W | 255 | 0..255 | 23.0 | The red color value. |
typename | string | R | - | - | 23.0 | The class name of the referenced object: "RGBColor". |