package flash.display; @:fakeEnum(String) enum BitmapCompressColorSpace { COLORSPACE_4_2_0; COLORSPACE_4_2_2; COLORSPACE_4_4_4; COLORSPACE_AUTO; }