/// <summary> /// Converts to/from a premultiplied alpha version of the texture. /// </summary> /// <param name="flags">The flags.</param> public abstract ScratchImage PremultiplyAlpha(TEX_PMALPHA_FLAGS flags);
/// <summary> /// Converts to/from a premultiplied alpha version of the texture. /// </summary> /// <param name="imageIndex">Index of the image.</param> /// <param name="flags">The flags.</param> public abstract ScratchImage PremultiplyAlpha(Size_t imageIndex, TEX_PMALPHA_FLAGS flags);