///var bd = new BitmapData(128, 128, true, 0x88FEBABE);
///bd.width;
128
///bd.height;
128
///bd.rect;
(x=0, y=0, w=128, h=128)
///bd.transparent;
true
///bd.getPixel(0,0);
16628413
///bd = new BitmapData(128, 128, false, 0xCAFEBABE);
///bd.width;
128
///bd.height;
128
///bd.rect;
(x=0, y=0, w=128, h=128)
///bd.transparent;
false
///bd.getPixel(0,0);
16693950
