color ~master (2020-04-14T12:21:13Z)
Home
Dub
Repo
XYZ.opOpAssign
std
experimental
color
xyz
XYZ
Binary assignment operators.
typeof
(
this
)
opOpAssign
(typeof(this) rh)
typeof
(
this
)
opOpAssign
(S rh)
struct
XYZ
(F = float)
@
safe
pure nothrow @
nogc
ref
typeof
(this)
opOpAssign
(
string
op
S
)
(
S
rh
)
if
(
isColorScalarType
!
S
&&
(
op
== "*" ||
op
== "/"
||
op
== "%"
||
op
== "^^"
)
)
if
(
isFloatingPoint
!
F
)
Meta
Source
See Implementation
std
experimental
color
xyz
XYZ
aliases
ComponentType
constructors
this
functions
opBinary
opCast
opOpAssign
opUnary
properties
tristimulus
static functions
convertColorImpl
variables
X
Y
Z
Binary assignment operators.