Accusoft.ImagXpress13.Net
AlphaFlatten Method




A System.Drawing.Color value which represents the 24-bit color spectrum which will display as transparency.
A 32 bit image with an alpha channel (ARGB) will merge (alpha channel applied) to the specified background color resulting in a 24 bit RGB image.
Syntax
'Declaration
 
Public Sub AlphaFlatten( _
   ByVal color As Color _
) 
'Usage
 
Dim instance As Processor
Dim color As Color
 
instance.AlphaFlatten(color)
public void AlphaFlatten( 
   Color color
)
public: void AlphaFlatten( 
   Color color
) 
public:
void AlphaFlatten( 
   Color color
) 

Parameters

color
A System.Drawing.Color value which represents the 24-bit color spectrum which will display as transparency.
Remarks

The image must be a 32 bit image including alpha channel 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