The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
xyY.opOpAssign
std
experimental
color
xyz
xyY
Binary assignment operators.
typeof
(
this
)
opOpAssign
(typeof(this) rh)
typeof
(
this
)
opOpAssign
(S rh)
struct
xyY
(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
xyY
aliases
ComponentType
constructors
this
functions
opBinary
opCast
opOpAssign
opUnary
variables
Y
x
y
Binary assignment operators.