The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
xyY.this
std
experimental
color
xyz
xyY
Construct a color from xyY values.
struct
xyY
(F = float)
@
safe
pure nothrow @
nogc
this
(
ComponentType
x
,
ComponentType
y
,
ComponentType
Y
)
if
(
isFloatingPoint
!
F
)
Meta
Source
See Implementation
std
experimental
color
xyz
xyY
aliases
ComponentType
constructors
this
functions
opBinary
opCast
opOpAssign
opUnary
variables
Y
x
y
Construct a color from xyY values.