MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgColor::MgColor ( CREFSTRING  color)

Constructor.

.NET Syntax
MgColor(string color);
Java Syntax
MgColor(String color);
PHP Syntax
MgColor(string color);
Parameters:
color(String/string) Color specified as 0xRRGGBBAA RR - Red component GG - Green component BB - Blue Component AA - Alpha component (optional)
Returns:
Nothing