MapGuide API Reference
|
MgColor::MgColor | ( | INT16 | red, |
INT16 | green, | ||
INT16 | blue, | ||
INT16 | alpha | ||
) |
Constructor.
MgColor(short red, short green, short blue, short alpha); |
MgColor(short red, short green, short blue, short alpha); |
MgColor(int red, int green, int blue, int alpha); |
red | (short/int) Red value. This value must be in the range of 0 to 255 inclusive. |
green | (short/int) Green value. This value must be in the range of 0 to 255 inclusive. |
blue | (short/int) Blue value. This value must be in the range of 0 to 255 inclusive. |
alpha | (short/int) Alpha value |