Change required to run yab with public mix_color, bump yab version.

This commit is contained in:
Jim Saxton
2016-01-28 11:52:57 -08:00
parent b7b79564d2
commit 206d08363e
3 changed files with 3 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ inline rgb_color make_color(uint8 red, uint8 green, uint8 blue, uint8 alpha=255)
// If amount is 0, the result is color1; if 255, the result is color2;
// if another value, it is somewhere in-between. The resulting alpha
// channel is mixed exactly like the other color channels.
rgb_color mix_color(rgb_color color1, rgb_color color2, uint8 amount);
//rgb_color mix_color(rgb_color color1, rgb_color color2, uint8 amount);
// Blend two colors together, weighting by their relative alpha channels.
// The resulting color is the same as mix_color(), except that the amount