Wintermute Engine Forum

Wintermute Engine => Bug reports => Not a bug => Topic started by: metamorphium on December 21, 2007, 12:23:23 PM

Title: Window Editor - Alpha color bug
Post by: metamorphium on December 21, 2007, 12:23:23 PM
Another one - as soon as I change the alpha color or fade color to something else than 0;0;0; [0-255] it gets converted to RGB (instead of RGBA)

Edit: hmm, it gets more tricky. The problem is only in the R component when you put 255 there it's converted. 254; 0 ; 128; 128 works for example while 255; 0; 128; 128 creates  0;128; 128

Title: Re: Window Editor - Alpha color bug
Post by: metamorphium on December 21, 2007, 12:44:26 PM
Okay, so it's ARGB (alpha first) and if the window is solid (A = 255) it's automatically converted to RGB only. Thanks micro$oft.