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