Click or drag to resize

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
C#
public enum WTS_ALPHATYPE
Members
  Member nameValueDescription
WTSAT_UNKNOWN0 The bitmap is an unknown format. The Shell tries nonetheless to detect whether the image has an alpha channel.
WTSAT_RGB1 The bitmap is an RGB image without alpha. The alpha channel is invalid and the Shell ignores it.
WTSAT_ARGB2 The bitmap is an ARGB image with a valid alpha channel.
See Also