t = swf->firstTag = swf_InsertTag(NULL, ST_SETBACKGROUNDCOLOR);
rgb.r = rgb.g = rgb.b = rgb.a = 0x00;
- rgb.g = 0xff;
+ //rgb.g = 0xff; <--- handy for testing alpha conversion
swf_SetRGB(t, &rgb);
return t;
lastr = dest[1];
lastg = dest[2];
lastb = dest[3];
- upperlastr = old[0];
+ upperlasta = old[0];
upperlastr = old[1];
upperlastg = old[2];
upperlastb = old[3];