ws ~master (2021-08-13T10:04:01Z)
Dub
Repo
Color
ws
gui
style
Undocumented in source.
struct
Color {
float
[
4
]
normal
;
float
[
4
]
hover
;
float
[
4
]
active
;
void
opAssign
(float[4] c);
Color
complement
();
}
Alias This
normal
Members
Functions
complement
Color
complement
()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void
opAssign
(float[4] c)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
active
float
[
4
]
active
;
Undocumented in source.
hover
float
[
4
]
hover
;
Undocumented in source.
normal
float
[
4
]
normal
;
Undocumented in source.
Meta
Source
See Implementation
ws
gui
style
structs
Color
Style