SaveInitAlpha property (ILEADRasterIO)
|
BOOL SaveInitAlpha | |
|
Overview |
Refer to Saving a Bitmap to a File. |
Remarks
Enables or disables initializing the alpha channel data that gets created when you save a bitmap that is not 32- or 64-bits as 32- or 64-bits bitmap. Possible values are:
|
Value |
Meaning |
|
TRUE |
Enables initializing the alpha channel data. The alpha channel data to be set to 0xFF (completely opaque). |
|
FALSE |
Disables initializing the alpha channel data. The alpha channel data to be set to 0x00 (completely transparent). This is the default value. |
See Also
|
Elements: |
|
|
Topics: |