ColorPicker.Maui
0.1.0
See the version list below for details.
dotnet add package ColorPicker.Maui --version 0.1.0
NuGet\Install-Package ColorPicker.Maui -Version 0.1.0
<PackageReference Include="ColorPicker.Maui" Version="0.1.0" />
paket add ColorPicker.Maui --version 0.1.0
#r "nuget: ColorPicker.Maui, 0.1.0"
// Install ColorPicker.Maui as a Cake Addin #addin nuget:?package=ColorPicker.Maui&version=0.1.0 // Install ColorPicker.Maui as a Cake Tool #tool nuget:?package=ColorPicker.Maui&version=0.1.0
<img src="https://raw.githubusercontent.com/trungnt2910/ColorPicker.Maui/master/Art/icon.png" width="200px" />
ColorPicker.Maui 🎨
a color picker control for .NET MAUI powered on SkiaSharp.
This is a fork of Maui.ColorPicker with extra fixes and features maintained by me.
this is largely based on XFColorPickerControl
for Xamarin.Forms (https://github.com/UdaraAlwis/XFColorPickerControl) by UdaraAlwis who allowed me to publish this updated version of the control 🙌
Getting Started
add namespace
xmlns:cp="https://trungnt2910.github.io/schemas/maui/2022/colorpicker"
create control
<cp:ColorPicker
x:Name="ColorPicker"
ColorListDirection="Horizontal"
GradientColorStyle="DarkToColorsToLightStyle"
PickedColorChanged="ColorPicker_PickedColorChanged"
PointerCircleBorderUnits="0.3"
PointerCircleDiameterUnits="0.7">
</cp:ColorPicker>
more to come... 🔜
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android31.0 is compatible. net6.0-ios15.4 is compatible. net6.0-maccatalyst15.4 is compatible. net6.0-windows10.0.19041 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-windows was computed. net8.0-android was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-windows was computed. |
-
net6.0-android31.0
- SkiaSharp.Views.Maui.Controls (>= 2.88.2)
-
net6.0-ios15.4
- SkiaSharp.Views.Maui.Controls (>= 2.88.2)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
-
net6.0-maccatalyst15.4
- SkiaSharp.Views.Maui.Controls (>= 2.88.2)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
-
net6.0-windows10.0.19041
- SkiaSharp.Views.Maui.Controls (>= 2.88.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0-dev.3 | 2,340 | 10/9/2022 |
1.1.0-dev.1 | 138 | 9/15/2022 |
1.0.0 | 11,291 | 9/15/2022 |
1.0.0-dev.6 | 155 | 9/14/2022 |
1.0.0-dev.5 | 154 | 9/14/2022 |
0.1.17 | 470 | 9/14/2022 |
0.1.0 | 487 | 9/14/2022 |