-
Notifications
You must be signed in to change notification settings - Fork 314
Open
Description
al_blend_color(ALLEGRO_COLOR c1, ALLEGRO_COLOR c2, float factor)
Note that this should go via the linear space (i.e. internally it'd call al_color_rgb_to_linear, blend and then convert back).
Optional: Add a version that does not do the sRGB conversion, although I can't imagine it being useful that often. Allegro colors are sRGB, and should be treated as such.