This class represents the interface for the Bitmap IO TGA format.
Interface: itgaio
Methods
<integer>getColorDepth()
This method returns the color depth, which would be 16, 24, or 32.
<void>setColorDepth <integer>colorDepth
This method allows you to set the color depth.
<integer>colorDepth: The color depth, being either 16, 24, or 32.
<boolean>getCompressed()
This method returns True if the compression flag is set, otherwise False.
<void>setCompressed <boolean>compression
This method allows you to set the compression flag.
<boolean>compression: True to set the compression flag, otherwise False.
<boolean>getAlphaSplit()
This method returns True if the alpha split flag is set, otherwise False.
<void>setAlphaSplit <boolean>alphaSplit
This method allows you to set the alpha split flag.
<boolean>alphaSplit: True to set the alpha split flag, otherwise False.
<boolean>getPreMultAlpha()
This method returns True if the premultiplied alpha flag is set, otherwise False.
<void>setPreMultAlpha <boolean>preMultAlpha
This method allows you to set the premultiplied alpha flag.
<boolean>preMultAlpha: True to set the premultiplied alpha flag, otherwise False.
See also Class IBitmapIO_Tga, in the SDK Help file accompanying this product.