![]() |
NDEVR
API Documentation
|
Allows the user to specify a color theme for a Aerial image request. More...
Public Member Functions | |
| ArialColorTheme () | |
| Default constructor. | |
Static Public Member Functions | |
| static RGBColor | DefaultColor (ArialFeatureList item) |
| Returns the default color for the given aerial feature. | |
Public Attributes | |
| RGBColor | brush = Constant<RGBColor>::Invalid |
| Fill color for the feature. | |
| bool | is_on = true |
| Whether this feature is enabled in the theme. | |
| RGBColor | pen = Constant<RGBColor>::Invalid |
| Stroke/outline color for the feature. | |
Allows the user to specify a color theme for a Aerial image request.
For example Google allows various colors for roads, buildings, etc
Definition at line 62 of file MercatorImageManager.h.
|
static |
Returns the default color for the given aerial feature.
| [in] | item | The aerial feature to look up. |