{number} NO_PREMULTIPLIED_ALPHA - Source is not premultiplied, leave it like that.
Option for compressed and data textures that are created from typed arrays.
property
{number} PREMULTIPLY_ON_UPLOAD - Source is not premultiplied, premultiply on upload.
Default option, used for all loaded images.
property
{number} PREMULTIPLIED_ALPHA - Source is already premultiplied
Example: spine atlases with _pma suffix.
property
{number} NPM - Alias for NO_PREMULTIPLIED_ALPHA.
property
{number} UNPACK - Default option, alias for PREMULTIPLY_ON_UPLOAD.
How to treat textures with premultiplied alpha
ALPHA_MODES
PIXI
{number} NO_PREMULTIPLIED_ALPHA - Source is not premultiplied, leave it like that. Option for compressed and data textures that are created from typed arrays.
{number} PREMULTIPLY_ON_UPLOAD - Source is not premultiplied, premultiply on upload. Default option, used for all loaded images.
{number} PREMULTIPLIED_ALPHA - Source is already premultiplied Example: spine atlases with
_pma
suffix.{number} NPM - Alias for NO_PREMULTIPLIED_ALPHA.
{number} UNPACK - Default option, alias for PREMULTIPLY_ON_UPLOAD.
{number} PMA - Alias for PREMULTIPLIED_ALPHA.