|
NAMEal_draw_tinted_bitmap - Allegro 5 APISYNOPSIS
DESCRIPTIONLike al_draw_bitmap(3) but multiplies all colors in the bitmap with the given color. For example:
The above will draw the bitmap 50% transparently (r/g/b values need to be pre-multiplied with the alpha component with the default blend mode).
The above will only draw the red component of the bitmap. See al_draw_bitmap(3) for a note on restrictions on which bitmaps can be drawn where. SEE ALSOal_draw_bitmap(3)
Visit the GSP FreeBSD Man Page Interface. |