OptionalalphaAlpha mode used when creating the ImageBitmap.
OptionalautoStart loading process automatically when constructed.
OptionalcrossLoad image using cross origin.
OptionalownsWhether the underlying ImageBitmap is owned by the PIXI.ImageBitmapResource. When set to true,
the underlying ImageBitmap will be disposed automatically when disposing PIXI.ImageBitmapResource.
If this option is not set, whether it owns the underlying ImageBitmap is determained by the type of source
used when constructing PIXI.ImageBitmapResource:
source is ImageBitmap, the underlying ImageBitmap is not owned by default.source is string (a URL), the underlying ImageBitmap is owned by default.
Options for ImageBitmapResource.
Memberof
PIXI