RgbColorProps Interface
JSON representation of an RgbColor, with each component an integer in the range [0, 255].
Properties
Name | Type | Description | |
---|---|---|---|
b | number | ||
g | number | ||
r | number |
Defined in
- core/common/src/RgbColor.ts Line 16
Last Updated: 28 October, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.