hgeFont::GetColor

Returns the current font color.

DWORD GetColor();

Return value

The current font color value.

Remarks

The color value includes alpha. 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

SetColor, Hardware color format