sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Color
sbylib
graphics
util
color
Undocumented in source.
struct
Color {
this
(Args args);
static
Color
rgb
(Args args);
enum
Black
;
enum
Red
;
enum
Green
;
enum
Blue
;
enum
White
;
enum
Gray
;
vec4
toVector
();
}
Constructors
this
this
(Args args)
Undocumented in source.
Alias This
toVector
Members
Functions
toVector
vec4
toVector
()
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
Black
enum
Black
;
Undocumented in source.
Blue
enum
Blue
;
Undocumented in source.
Gray
enum
Gray
;
Undocumented in source.
Green
enum
Green
;
Undocumented in source.
Red
enum
Red
;
Undocumented in source.
White
enum
White
;
Undocumented in source.
Static functions
rgb
Color
rgb
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
sbylib
graphics
util
color
structs
Color