allegro v3.0.0+5.1.8 (2014-09-14T00:00:52Z)
Home
Dub
Repo
ALLEGRO_COLOR
allegro5
color
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
ALLEGRO_COLOR {
float
r
;
float
g
;
float
b
;
float
a
;
}
Members
Variables
a
float
a
;
b
float
b
;
g
float
g
;
Undocumented in source.
r
float
r
;
Undocumented in source.
Meta
Source
See Implementation
allegro5
color
enums
ALLEGRO_PIXEL_FORMAT
functions
al_get_pixel_format_bits
al_get_pixel_size
al_unmap_rgb
al_unmap_rgb_f
al_unmap_rgba
al_unmap_rgba_f
structs
ALLEGRO_COLOR