RgbColorProps Interface
JSON representation of an RgbColor, with each component an integer in the range [0, 255].
extensions
Properties
Name | Type | Description | |
---|---|---|---|
b | number | ||
g | number | ||
r | number |
Defined in
- core/common/src/RgbColor.ts Line 16
Last Updated: 20 June, 2023