GetExcludeAlpha method
Retrieves a value that indicates whether the alpha channel should be filtered along with the color data.
Syntax
HRESULT retVal = object.GetExcludeAlpha(pbExcludeAlpha);
Parameters
- pbExcludeAlpha [out]
-
Type: BOOL
Pointer to a BOOL that indicates whether the alpha channel of an image should be filtered. If TRUE, only the RGB color components are modified by the filter. If FALSE, the weighted alpha value is written to the output sample with the color value.
Show: