Share via


SetClearTypeBltMasks (Windows CE 5.0)

Send Feedback

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.

void SetClearTypeBltMasks(ULONGfRedMask,ULONGfGreMask,ULONGfBluMask);

Parameters

  • fRedMask
    [in] Red mask for the pixel.
  • fGreMask
    [in] Green mask for the pixel.
  • fBluMask
    [in] Blue mask for the pixel.

Return Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ctblt.h.
Link Library: Ctblt.lib.

See Also

Display Drivers | ClearType | SetClearTypeBltGamma

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.