Share via


SetClearTypeBltMasks

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

SetClearTypeBltGamma

Concepts

ClearType

Other Resources

Display Drivers