ColorPicker.Maui 0.1.17

There is a newer version of this package available.
See the version list below for details.
dotnet add package ColorPicker.Maui --version 0.1.17
NuGet\Install-Package ColorPicker.Maui -Version 0.1.17
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ColorPicker.Maui" Version="0.1.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ColorPicker.Maui --version 0.1.17
#r "nuget: ColorPicker.Maui, 0.1.17"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ColorPicker.Maui as a Cake Addin
#addin nuget:?package=ColorPicker.Maui&version=0.1.17

// Install ColorPicker.Maui as a Cake Tool
#tool nuget:?package=ColorPicker.Maui&version=0.1.17

<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.

CI alternate text is missing from this package README image alternate text is missing from this package README image

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 1,398 10/9/2022
1.1.0-dev.1 127 9/15/2022
1.0.0 5,928 9/15/2022
1.0.0-dev.6 143 9/14/2022
1.0.0-dev.5 144 9/14/2022
0.1.17 435 9/14/2022
0.1.0 455 9/14/2022