shade
latest
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
Constructors
Functions
Properties
Constructors
Gamut
Link copied to clipboard
fun
Gamut
(
red
:
xyY
,
green
:
xyY
,
blue
:
xyY
)
Functions
to
Color
Space
Link copied to clipboard
fun
toColorSpace
(
)
:
RGBColorSpace
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