al_map_rgb
ALLEGRO_COLOR al_map_rgb(
unsigned char r, unsigned char g, unsigned char b)
Introduced in 5.0.0
Convert r, g, b (ranging from 0-255) into an ALLEGRO_COLOR, using 255 for alpha.
See also: al_map_rgba, al_map_rgba_f, al_map_rgb_f
Examples: ex_audio_props, ex_bitmap_target, ex_blend, ex_blend2, ex_blit, ex_color, ex_disable_screensaver, ex_drawpixels, ex_draw_bitmap, ex_font, ex_font_justify, ex_fs_resize, ex_fs_window, ex_gldepth, ex_gp2xwiz, ex_haiku, ex_iphone, ex_joystick_events, ex_joystick_hotplugging, ex_keyboard_focus, ex_lockbitmap, ex_membmp, ex_mouse, ex_mouse_cursor, ex_mouse_events, ex_mouse_focus, ex_nodisplay, ex_pixelformat, ex_prim, ex_resize2, ex_stream_seek, ex_subbitmap, ex_synth, ex_timer, ex_vsync, ex_windows, ex_winfull
Most helpful discussions:
- Structs within structs, and how to assign them? (1)
- [A5] event queue & timing problems (1)
- class problem/ drawing pixels A5 (1)
- Mouse Click Inside Timer Function
- Convert *bitmap to char buffer
- A4 blit Equivalent
- al_load_bitmap question
- Mouse Lag / Not Keyboard
- MOUSE question
- Mouse Activity Question
Other recent discussions:
- Struct with a #define in it
- Is using TTFs really that complicated?
- A shader that sets transparancy
- Having Trouble with exit(1) - Stalling Program
- My second game, space invader simplified
- Vivace extra points. Its there a better way of doing this one.
- I'm new
- al_map_rgb() only works after al_init() contrary to the documentation
- Allegro5 and OpenGL. Problem with drawing Allegro primitives
- [Please Help] Allegro 5 Text File Output