Share via


SetClearTypeBltMasks (Compact 2013)

3/26/2014

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

See Also

Reference

Display Driver Functions
SetClearTypeBltGamma