AndiDog - 2014-07-18

Oops, forgot to format my post, here's the correct one:

{
    u8* p = Data+4*(y*Size.Width + x);
    return SColor(p[3], p[0], p[1], p[2]);
}