Enum WinGDI.ShadingAndBlendingCapability
Possible bit flags for the return value of GetDeviceCaps(IntPtr, DeviceCapability)
when the index parameter is SHADEBLENDCAPS.
[Flags]
public enum WinGDI.ShadingAndBlendingCapability : uint
Fields
SB_CONST_ALPHA = 1Handles the SourceConstantAlpha member of the BLENDFUNCTION structure
SB_GRAD_RECT = 16GradientFill rectangles
SB_GRAD_TRI = 32GradientFill triangles
SB_NONE = 0Does not support shading and blending capabilities
SB_PIXEL_ALPHA = 2Can handle per-pixel alpha in AlphaBlend
SB_PREMULT_ALPHA = 4Can handle premultiplied alpha in AlphaBlend