OSGeo FDO Provider for WMS API Reference

OSGeo FDO API

API Reference OSGeo FDO Provider for WMS
FDOWMS_API void FdoWmsOvRasterDefinition::SetBackgroundColor ( FdoString *  bgColor  ) 

Sets the background color.

Remarks:
The background color is a string that specifies the color to be used as the background pixels of the map. The general format of the background color is a hexadecimal encoding of an RGB value where two hexadecimal characters are used for each of Red, Green, and Blue colour values. The values can range between 00 and FF for each (0 and 255, base 10). The format is 0xRRGGBB; either upper or lower case characters are allowed for RR, GG, and BB values. The "0x" prefix shall have a lower case ‘x? The default value is 0xFFFFFF (corresponding to the colour white).
Returns:
Returns nothing.


Comments?