allegro5.color

Undocumented in source.

Members

Enums

ALLEGRO_PIXEL_FORMAT
enum ALLEGRO_PIXEL_FORMAT
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

al_get_pixel_block_height
int al_get_pixel_block_height(int format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_pixel_block_size
int al_get_pixel_block_size(int format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_pixel_block_width
int al_get_pixel_block_width(int format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_pixel_format_bits
int al_get_pixel_format_bits(int format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_pixel_size
int al_get_pixel_size(int format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_unmap_rgb
void al_unmap_rgb(ALLEGRO_COLOR color, ubyte* r, ubyte* g, ubyte* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_unmap_rgb_f
void al_unmap_rgb_f(ALLEGRO_COLOR color, float* r, float* g, float* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_unmap_rgba
void al_unmap_rgba(ALLEGRO_COLOR color, ubyte* r, ubyte* g, ubyte* b, ubyte* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_unmap_rgba_f
void al_unmap_rgba_f(ALLEGRO_COLOR color, float* r, float* g, float* b, float* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

ALLEGRO_COLOR
struct ALLEGRO_COLOR
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta