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