Show / Hide Table of Contents

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
Color

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.Drawing.Color.Empty value is reported for the tint color. Likewise, setting a value for tint color on a symbol will apply that tint color to all layers the symbol contains.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.6 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.6 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.6 - 100.15
Xamarin.iOS100.6 - 100.15
UWP100.6 - 100.15
In This Article
Back to top Copyright © 2022 Esri.