Color::GetValue method (gdipluscolor.h)

The Color::GetValue method gets the ARGB value of this Color object.

Syntax

ARGB GetValue();

Return value

Type: ARGB

This method returns a 32-bit ARGB value that holds the alpha, red, green, and blue components of this color. ARGB is defined in Gdipluspixelformats.h.

Requirements

Requirement Value
Minimum supported client Windows XP, Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header gdipluscolor.h (include Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

See also

Color

Color::MakeARGB