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