Info
Version: | 1.0.0 |
Author(s): | Shruti Nambiar |
Last Update: | Thursday, August 10, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/shrutinambiar/xamarin-forms-tinted-image |
NuGet Url: | https://www.nuget.org/packages/Plugin.CrossPlatformTintedImage |
Install
Install-Package Plugin.CrossPlatformTintedImage
dotnet add package Plugin.CrossPlatformTintedImage
paket add Plugin.CrossPlatformTintedImage
Plugin.CrossPlatformTintedImage Download (Unzip the "nupkg" after downloading)
Dependencies
monoandroid
- Xamarin.Forms(>= 2.3.4.247)
- CompositionProToolkit(>= 0.7.0.1)
- Microsoft.NETCore.UniversalWindowsPlatform(>= 5.3.4)
- Win2D.uwp(>= 1.21.0)
- Xamarin.Forms(>= 2.3.4.247)
- Xamarin.Forms(>= 2.3.4.247)
Tags
TintedImageRenderer.Init() must be called on each supported platform.
Tinting can be disabled by setting TintColor to Transparent.
Refer to documentation for sample usage.