Accusoft.ImagXpress13.Net
AlphaRemove Method




Strips an ARGB 32 bit image to just a 24 bit RGB image.
Syntax
'Declaration
 
Public Sub AlphaRemove() 
'Usage
 
Dim instance As Processor
 
instance.AlphaRemove()
public void AlphaRemove()
public: void AlphaRemove(); 
public:
void AlphaRemove(); 
Remarks

The alpha channel is removed from a 32 bit image, to create a 24-bit image without an alpha channel. The alpha channel information is not saved.

Note: The current image must be a signed 32 bit image including alpha information prior to calling this method, or an exception is thrown.

See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback