derelict.allegro5.color

Undocumented in source.

Members

Aliases

da_al_color_cmyk
alias da_al_color_cmyk = ALLEGRO_COLOR function(float, float, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_color_cmyk_to_rgb
alias da_al_color_cmyk_to_rgb = void function(float, float, float, float, float*, float*, float*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_color_hsl
alias da_al_color_hsl = ALLEGRO_COLOR function(float, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_color_hsl_to_rgb
alias da_al_color_hsl_to_rgb = void function(float, float, float, float*, float*, float*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_color_hsv
alias da_al_color_hsv = ALLEGRO_COLOR function(float, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_color_hsv_to_rgb
alias da_al_color_hsv_to_rgb = void function(float, float, float, float*, float*, float*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_color_html
alias da_al_color_html = ALLEGRO_COLOR function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_color_html_to_rgb
alias da_al_color_html_to_rgb = void function(const(char)*, float*, float*, float*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_color_name
alias da_al_color_name = ALLEGRO_COLOR function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_color_name_to_rgb
alias da_al_color_name_to_rgb = bool function(const(char)*, float*, float*, float*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_color_rgb_to_cmyk
alias da_al_color_rgb_to_cmyk = void function(float, float, float, float*, float*, float*, float*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_color_rgb_to_hsl
alias da_al_color_rgb_to_hsl = void function(float, float, float, float*, float*, float*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_color_rgb_to_hsv
alias da_al_color_rgb_to_hsv = void function(float, float, float, float*, float*, float*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_color_rgb_to_html
alias da_al_color_rgb_to_html = void function(float, float, float, char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_color_rgb_to_name
alias da_al_color_rgb_to_name = const(char)* function(float, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_color_rgb_to_yuv
alias da_al_color_rgb_to_yuv = void function(float, float, float, float*, float*, float*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_color_yuv
alias da_al_color_yuv = ALLEGRO_COLOR function(float, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_color_yuv_to_rgb
alias da_al_color_yuv_to_rgb = void function(float, float, float, float*, float*, float*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_al_get_allegro_color_version
alias da_al_get_allegro_color_version = uint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

DerelictAllegro5ColorLoader
class DerelictAllegro5ColorLoader
Undocumented in source.

Static variables

DerelictAllegro5Color
DerelictAllegro5ColorLoader DerelictAllegro5Color;
Undocumented in source.
al_color_cmyk
da_al_color_cmyk al_color_cmyk;
Undocumented in source.
al_color_cmyk_to_rgb
da_al_color_cmyk_to_rgb al_color_cmyk_to_rgb;
Undocumented in source.
al_color_hsl
da_al_color_hsl al_color_hsl;
Undocumented in source.
al_color_hsl_to_rgb
da_al_color_hsl_to_rgb al_color_hsl_to_rgb;
Undocumented in source.
al_color_hsv
da_al_color_hsv al_color_hsv;
Undocumented in source.
al_color_hsv_to_rgb
da_al_color_hsv_to_rgb al_color_hsv_to_rgb;
Undocumented in source.
al_color_html
da_al_color_html al_color_html;
Undocumented in source.
al_color_html_to_rgb
da_al_color_html_to_rgb al_color_html_to_rgb;
Undocumented in source.
al_color_name
da_al_color_name al_color_name;
Undocumented in source.
al_color_name_to_rgb
da_al_color_name_to_rgb al_color_name_to_rgb;
Undocumented in source.
al_color_rgb_to_cmyk
da_al_color_rgb_to_cmyk al_color_rgb_to_cmyk;
Undocumented in source.
al_color_rgb_to_hsl
da_al_color_rgb_to_hsl al_color_rgb_to_hsl;
Undocumented in source.
al_color_rgb_to_hsv
da_al_color_rgb_to_hsv al_color_rgb_to_hsv;
Undocumented in source.
al_color_rgb_to_html
da_al_color_rgb_to_html al_color_rgb_to_html;
Undocumented in source.
al_color_rgb_to_name
da_al_color_rgb_to_name al_color_rgb_to_name;
Undocumented in source.
al_color_rgb_to_yuv
da_al_color_rgb_to_yuv al_color_rgb_to_yuv;
Undocumented in source.
al_color_yuv
da_al_color_yuv al_color_yuv;
Undocumented in source.
al_color_yuv_to_rgb
da_al_color_yuv_to_rgb al_color_yuv_to_rgb;
Undocumented in source.
al_get_allegro_color_version
da_al_get_allegro_color_version al_get_allegro_color_version;
Undocumented in source.

Meta