GraphicsFormats Xojo plugin

PngImporter.MaskInAlphaChannel Property

Set this value to true if wanting the alpha channel returned in new style Xojo alpha channel instead of a Mask.

MaskInAlphaChannel as Boolean {Read and Write}

Remarks

Default value for this property is false.

Note:

New style alpha Xojo channels are lossy and not suitable for image processing, but offer great results for normal on screen drawing.

See more info here: Xojo new style premultiplied alpha channel

See Also

PngImporter Class