Web API Reference MapGuide Open Source
STRING MgColor::GetColor (  ) 

Returns Color specified as 0xRRGGBBAA RR - Red component GG - Green component BB - Blue Component AA - Alpha component (optional).

.NET Syntax
string GetColor();
Java Syntax
String GetColor();
PHP Syntax
string GetColor();

Returns:
return the color value


Comments or suggestions? Send us feedback.