aurorafw ~legacy (2022-03-26T02:55:31.6847697)
Dub
Repo
BaseColor
aurorafw
image
color
Undocumented in source.
struct
BaseColor (
T
) {
this
(T r, T g, T b, T a);
this
(uint hex, ubyte alpha);
this
(CommonColor color);
void
rgb
(uint hex, ubyte alpha);
void
rgb
(T[3] color, T alpha);
void
rgba
(T[4] color);
T
[
4
]
rgba
();
T
r
;
T
g
;
T
b
;
T
a
;
}
Constructors
this
this
(T r, T g, T b, T a)
Undocumented in source.
this
this
(uint hex, ubyte alpha)
Undocumented in source.
this
this
(CommonColor color)
Undocumented in source.
Members
Functions
rgb
void
rgb
(uint hex, ubyte alpha)
Undocumented in source.
rgb
void
rgb
(T[3] color, T alpha)
Undocumented in source.
rgba
void
rgba
(T[4] color)
Undocumented in source.
rgba
T
[
4
]
rgba
()
a
T
a
;
b
T
b
;
g
T
g
;
Undocumented in source.
Variables
r
T
r
;
Undocumented in source.
Meta
Source
See Implementation
aurorafw
image
color
aliases
Color
ColorF
enums
CommonColor
structs
BaseColor