This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Download Microsoft Edge
More info about Internet Explorer and Microsoft Edge
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