NDEVR
API Documentation
ArialColorTheme

Allows the user to specify a color theme for a Aerial image request. More...

Collaboration diagram for ArialColorTheme:
[legend]

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.

Detailed Description

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.

Member Function Documentation

◆ DefaultColor()

RGBColor ArialColorTheme::DefaultColor ( ArialFeatureList item)
static

Returns the default color for the given aerial feature.

Parameters
[in]itemThe aerial feature to look up.
Returns
The default RGBColor for the specified feature.

The documentation for this struct was generated from the following file: