WTS_ALPHATYPE Enumeration |
Defines the alpha channel behavior.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public enum WTS_ALPHATYPE
Members
| Member name | Value | Description |
---|
| WTSAT_UNKNOWN | 0 |
The bitmap is an unknown format. The Shell tries nonetheless to detect whether the image has an alpha channel.
|
| WTSAT_RGB | 1 |
The bitmap is an RGB image without alpha. The alpha channel is invalid and the Shell ignores it.
|
| WTSAT_ARGB | 2 |
The bitmap is an ARGB image with a valid alpha channel.
|
See Also