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