Show / Hide Table of Contents

Property TintColor

TintColor

Gets or sets the tint color of a picture fill symbol layer.

Declaration
[TypeConverter(typeof(ColorConverter))]
public Color TintColor { get; set; }
Property Value
Type Description
Color

The tint color of a picture fill 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 RGBA(255, 255, 255, 255). Applying a tint color with transparent black (RGBA(0, 0, 0, 0)) draws the image as originally authored.

When retrieving the tint color from a symbol, the color that is shared among all color unlocked symbol layers is returned. If there is no common color across the symbol layers (meaning one or more color unlocked layers have different tint colors), transparent black (RGBA(0, 0, 0, 0)) is reported as the color of the symbol. Likewise, applying a tint color to a symbol will affect all the color unlocked symbol layers within the MultilayerSymbol. Applying a transparent black (RGBA(0, 0, 0, 0)) on the symbol does not affect the tint color of its constituent PictureFillSymbolLayer.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.6 - 200.8
.NET100.13 - 300.0
.NET Windows100.13 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.6 - 200.8
Xamarin.Android100.6 - 100.15
Xamarin.iOS100.6 - 100.15
UWP100.6 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.