allegro5.allegro_color

Undocumented in source.

Members

Functions

al_color_cmyk_to_rgb
void al_color_cmyk_to_rgb(float cyan, float magenta, float yellow, float key, float* red, float* green, float* blue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_color_hsl_to_rgb
void al_color_hsl_to_rgb(float hue, float saturation, float lightness, float* red, float* green, float* blue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_color_hsv_to_rgb
void al_color_hsv_to_rgb(float hue, float saturation, float value, float* red, float* green, float* blue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_color_html_to_rgb
void al_color_html_to_rgb(char* string, float* red, float* green, float* blue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_color_name_to_rgb
int al_color_name_to_rgb(char* name, 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_color_rgb_to_cmyk
void al_color_rgb_to_cmyk(float red, float green, float blue, float* cyan, float* magenta, float* yellow, float* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_color_rgb_to_hsl
void al_color_rgb_to_hsl(float red, float green, float blue, float* hue, float* saturation, float* lightness)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_color_rgb_to_hsv
void al_color_rgb_to_hsv(float red, float green, float blue, float* hue, float* saturation, float* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_color_rgb_to_html
void al_color_rgb_to_html(float red, float green, float blue, char* string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_color_rgb_to_name
const(char)* al_color_rgb_to_name(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_color_rgb_to_yuv
void al_color_rgb_to_yuv(float red, float green, float blue, float* y, float* u, float* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_color_yuv_to_rgb
void al_color_yuv_to_rgb(float y, float u, float v, float* red, float* green, float* blue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_allegro_color_version
uint al_get_allegro_color_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta