The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Lab.opOpAssign
std
experimental
color
lab
Lab
Binary assignment operators.
typeof
(
this
)
opOpAssign
(typeof(this) rh)
struct
Lab
(F = float, alias whitePoint_ = (WhitePoint!F.D50))
@
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
lab
Lab
aliases
ComponentType
constructors
this
functions
opBinary
opCast
opOpAssign
opUnary
perceptualDistance
manifest constants
whitePoint
variables
L
a
b
Binary assignment operators.