The default BitmapDataLoadOptions used by BitmapData.load.
The default options are used if no individual options are passed to the BitmapData.load method. Please note that this property is just a forward to BitmapData.defaultLoadOptions.
Source
static BitmapDataLoadOptions get bitmapDataLoadOptions { return BitmapData.defaultLoadOptions; }
Source
static set bitmapDataLoadOptions(BitmapDataLoadOptions options) { BitmapData.defaultLoadOptions = options; }