Re: [AD] "blend color" is wrong |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2010-06-08, Elias Pschernig <elias.pschernig@xxxxxxxxxx> wrote:
> For text drawing, we had a color parameter in A4 as well, so it would work
> as additional parameter to all text functions:
>
> al_draw_text
> al_draw_ustr
> al_draw_justified_text
> al_draw_justified_ustr
> al_draw_textf
> al_draw_justified_textf
>
> Each of those would have an "ALLEGRO_COLOR color" parameter added after the
> font argument.
Now that you mention it, it is very annoying to need to call
al_set_blender almost every time you want to draw any text (and
associated save/restore).
Don't know about the rest.
Peter