Click or drag to resize

WTS_ALPHATYPE Enumeration

Defines the alpha channel behavior.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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