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