toColorDef Method
Converts this RgbColor to a ColorDef.
toColorDef(transparency: number = 0): ColorDef
@returns A ColorDef with RGB components equivalent to those of this RgbColor and transparency component as specified.
| Parameter | Type | Description |
|---|---|---|
| transparency | number | Value to use for the transparency component of the ColorDef. |
Returns - ColorDef
A ColorDef with RGB components equivalent to those of this RgbColor and transparency component as specified.
Defined in
- core/common/src/RgbColor.ts Line 48
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.