@OPEN-KAPPA/COLORS
Preparing search index...
index
XyzJson
Type Alias XyzJson
The JSON representation of an XYZ color.
type
XyzJson
=
{
x
:
number
;
y
:
number
;
z
:
number
;
}
Index
Properties
x
y
z
Properties
x
x
:
number
The x component.
y
y
:
number
The y component.
z
z
:
number
The z component.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
x
y
z
@OPEN-KAPPA/COLORS
Loading...
The JSON representation of an XYZ color.