Property TintColor
TintColor
Gets or sets the tint color of a picture fill symbol layer.
Declaration
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 (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 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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.6 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 100.15 |