@OPEN-KAPPA/COLORS
Preparing search index...
index
LinearRgbJson
Type Alias LinearRgbJson
The JSON representation of a linear RGB color.
type
LinearRgbJson
=
{
b
:
number
;
g
:
number
;
r
:
number
;
}
Index
Properties
b
g
r
Properties
b
b
:
number
The b component.
g
g
:
number
The g component.
r
r
:
number
The r component.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
b
g
r
@OPEN-KAPPA/COLORS
Loading...
The JSON representation of a linear RGB color.