Chart3DColorFormat
12 Sep 20251 minute to read
Represents a color using red (R), green (G), and blue (B) components, with an optional alpha (A) component for transparency.
Properties
alpha number|string
The optional alpha component of the color, representing transparency.
It can be a number in the range [0, 1] or a string representation (e.g., “0.5”).
blue number
The blue component of the color.
green number
The green component of the color.
red number
The red component of the color.