SetClearTypeBltMasks (Windows Embedded CE 6.0)
1/6/2010
This function executes during the Init time of the display driver. SetClearTypeBltMasks sets the mask for the red, green, and blue components of the pixel.
Syntax
void SetClearTypeBltMasks(
ULONG fRedMask,
ULONG fGreMask,
ULONG fBluMask
);
Parameters
- fRedMask
[in] Red mask for the pixel.
- fGreMask
[in] Green mask for the pixel.
- fBluMask
[in] Blue mask for the pixel.
Return Value
None.
Requirements
Header | ctblt.h |
Library | Ctblt.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Display Driver Functions
SetClearTypeBltGamma