hgeFont::SetColor

Sets the font tint and alpha.

void SetColor(
  DWORD col
);

Parameters

col
The new color value.

Remarks

The color parameter includes alpha value. See the Hardware color format section for details. The way the color is applied to the font sprites depends on the font's blending mode. See Blending modes for more information.

Requirements

Header: hgefont.h
Import library: hgehelp.lib

See also

GetColor, Hardware color format