@tempots/color
XYZ.(constructor)
Creates a new instance of the XYZ class.
Signature:
constructor(x: number, y: number, z: number);
Parameters
Parameter |
Type |
Description |
---|---|---|
x |
number |
The X component of the color. |
y |
number |
The Y component of the color. 100 is the brightest white. |
z |
number |
The Z component of the color. |