This method splits a 32 bit RGBA image into a 24 bit RGB image and a 8 bit alpha channel.
Parameters
None
Return Value
Returns True if successful. Returns False if unsuccessful.
Explanation
The SplitRGBAImage method splits a 32 bit RGBA image into a 24 bit RGB image and a 8 bit alpha channel. To execute the SplitRGBAImage method, set the image handle of the 32-bit RGBA image in the Image property or the Layer(LayerNumber).Image property.
If the SplitRGBAImage method is successful and the DestinationAsImageKitImage property is True, the resulting RGB 24-bit image will be set in the Image property or in the Layer(LayerNumber).Image property, according to the value set in the LayerNumber property.
If the SplitRGBAImage method is successful and the DestinationAsImageKitImage property is False, the resulting RGB 24-bit image will be set in the DestinationImage property.
The alpha channel 8-bit grayscale image is set in the DesinationMask property.