ArcGIS Runtime SDK for iOS: AGSKMLColorStyle Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSKMLColorStyle Class Reference

Description

Defines how an AGSKMLNode will appear.

AGSKMLColorStyle defines how an AGSKMLNode will appear based on the specified color and colorMode properties. For AGSKMLIcon objects, the color that is specified is blended with the existing color of the base image. Due to this blending effect, to have the exact color appear that was specified by the color property, it is recommended that the base image be white. Also note that, because color defaults to white, the color property of AGSKMLIcon will result in the original color of the base image.

Since
100.6
Inheritance diagram for AGSKMLColorStyle:
AGSObject AGSKMLIconStyle AGSKMLLabelStyle AGSKMLLineStyle AGSKMLPolygonStyle

Properties

AGSColorcolor
 
AGSKMLColorMode colorMode
 

Property Documentation

◆ color

- (AGSColor*) color
readwritenonatomicstrong

The color.

Since
100.6

◆ colorMode

- (AGSKMLColorMode) colorMode
readwritenonatomicassign

The color mode.

Since
100.6