godot-d ~master (2021-09-08T21:50:27Z)
Dub
Repo
Color.opOpAssign
godot
core
color
Color
Undocumented in source. Be warned that the author may not have intended to support it.
void
opOpAssign
(Color other)
struct
Color
@
nogc
nothrow
void
opOpAssign
(
string
op
)
(
in
Color
other
)
if
(
op
== "+" ||
op
== "-"
||
op
== "*"
||
op
== "/"
)
void
opOpAssign
(real_t scalar)
Meta
Source
See Implementation
godot
core
color
Color
aliases
lerp
constructors
this
functions
blend
contrast
contrasted
gray
hex
hue
invert
inverted
linearInterpolate
opBinary
opBinaryRight
opOpAssign
opUnary
saturation
setHsv
to32
toARGB32
toHtml
toLinear
value
properties
a8
b8
g8
r8
static functions
_parseCol
unions
__anonymous