KmlColorStyle Class
| Namespace | Skybrud.Essentials.Maps.Kml.Styles |
|---|---|
| Assembly | Skybrud.Essentials.Maps.dll |
| Visibility | Public |
| Keywords | Abstract |
| Inheritance |
This is an abstract element and cannot be used directly in a KML file. It provides elements for specifying the color and color mode of extended style types.
public abstract class KmlColorStyle : KmlObject { }
Properties
| Type | Name | Summary |
|---|---|---|
| String | Id | |
| String | Color |
Color and opacity (alpha) values are expressed in hexadecimal notation. The range of values for any one
color is 0 to 255 ( |
| KmlColorMode | ColorMode |
Values for KmlColorStyle.ColorMode are Normal (no effect) and Random. A value of Random applies a random linear scale to the base KmlColorStyle.Color as follows:
|
Methods
|
ToXElement()
(virtual)
|
Inherited from KmlObject |
|
NewXElement()
(virtual)
|
|
NewXElement(string)
(virtual)
|