Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgColor
GetAlpha
GetBlue
GetColor
GetGreen
GetRed
MgColor
MgColor
MgColor
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
Comments or suggestions? Send us
feedback
.