Shade
Toggle table of contents
latest
common
Target filter
common
Switch theme
Search in API
Skip to content
Shade
lights
/
inkapplications.shade.lights.structures
/
Gamut
Gamut
@
Serializable
data
class
Gamut
(
val
red
:
xyY
,
val
green
:
xyY
,
val
blue
:
xyY
)
RGB Chromaticity values defining a color space gamut
Members
Constructors
Gamut
Link copied to clipboard
constructor
(
red
:
xyY
,
green
:
xyY
,
blue
:
xyY
)
Properties
blue
Link copied to clipboard
@
Serializable
(
with
=
Chromaticity.CieChromaticitySerializer::class
)
val
blue
:
xyY
green
Link copied to clipboard
@
Serializable
(
with
=
Chromaticity.CieChromaticitySerializer::class
)
val
green
:
xyY
red
Link copied to clipboard
@
Serializable
(
with
=
Chromaticity.CieChromaticitySerializer::class
)
val
red
:
xyY
Functions
to
Color
Space
Link copied to clipboard
fun
toColorSpace
(
)
:
RGBColorSpace