Property TintColor
TintColor
Gets or sets the tint color of a picture marker symbol layer.
Declaration
public Color TintColor { get; set; }
Property Value
Type | Description |
---|---|
System. |
The tint color of a picture marker symbol layer. |
Remarks
The tint color is applied to the entire image by multiplying each RGB color channel in the image by the corresponding color channel of the tint color. Tinting the image white (R=255, G=255, B=255) with any transparency will leave the native colors.
When getting the tint color from a symbol, the consensus value is reported. If there is
no consensus (one or more layers have different colors), a System.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.6 - 200.6 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 200.6 |