value
value: { blue: number, green: number, red: number } | undefined
The color applied to the geometry, with each component specified as an integer in [0, 255].
e.g., (0, 0, 0) represents black and (255, 255, 255) represents white.
If undefined
, the geometry is displayed in its actual color.
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.