Share via


SetClearTypeBltGamma

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.

Syntax

void SetClearTypeBltGamma(
  ULONG ulGamma
);

Parameters

  • ulGamma
    [in] Gamma level to use for contrast. Default value is 1.5.

Return Value

None.

Remarks

The default value of 1.5 for the ulGamma parameter is a bit low to ensure contrast for thin fonts from the color point of view. A value of 1.8 might be better in most cases.

Requirements

Header ctblt.h
Library Ctblt.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

SetClearTypeBltMasks

Concepts

ClearType
ClearType

Other Resources

Display Drivers