TYoshimura.ColorPickerWPF 2.0.0

dotnet add package TYoshimura.ColorPickerWPF --version 2.0.0
                    
NuGet\Install-Package TYoshimura.ColorPickerWPF -Version 2.0.0
                    
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="TYoshimura.ColorPickerWPF" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TYoshimura.ColorPickerWPF" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="TYoshimura.ColorPickerWPF" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TYoshimura.ColorPickerWPF --version 2.0.0
                    
#r "nuget: TYoshimura.ColorPickerWPF, 2.0.0"
                    
#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.
#:package TYoshimura.ColorPickerWPF@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TYoshimura.ColorPickerWPF&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=TYoshimura.ColorPickerWPF&version=2.0.0
                    
Install as a Cake Tool

ColorPickerWPF

ColorPicker of WPF UserControl

Requirement

.NET 10.0 - windows
WPF

Install

Download DLL
Download Nuget

Demo

Demo

Usage

Sample

xmlns:colorpicker="clr-namespace:ColorPicker;assembly=ColorPicker"
<colorpicker:HSVColorPicker
    x:Name="HSVColorPicker"
    HSVColorChanged="HSVColorPicker_HSVColorChanged"
    SelectedColor="{Binding SelectedHSV}" />
private void HSVColorPicker_HSVColorChanged(object sender, HSVColorChangedEventArgs e) {
    StatusBar.Text = $"{e.Color} user - {e.UserOperation}";
}

Licence

MIT

Author

T.Yoshimura

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

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
2.0.0 318 12/8/2025
1.2.1 190 7/9/2025
1.1.4 210 5/26/2025
1.1.3 170 5/23/2025
1.1.2 209 5/21/2025
1.1.1 173 5/21/2025
1.1.0 215 5/20/2025
1.0.9 211 5/20/2025
1.0.8 182 5/19/2025
1.0.7 187 5/18/2025
1.0.6 213 5/18/2025
1.0.5 147 5/17/2025
1.0.4 175 5/17/2025
1.0.3 144 5/17/2025
1.0.2 237 5/16/2025
1.0.0 218 5/16/2025

update dotnet