TYoshimura.ColorPickerWPF
1.0.7
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package TYoshimura.ColorPickerWPF --version 1.0.7
NuGet\Install-Package TYoshimura.ColorPickerWPF -Version 1.0.7
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="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TYoshimura.ColorPickerWPF" Version="1.0.7" />
<PackageReference Include="TYoshimura.ColorPickerWPF" />
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 1.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TYoshimura.ColorPickerWPF, 1.0.7"
#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.
#addin nuget:?package=TYoshimura.ColorPickerWPF&version=1.0.7
#tool nuget:?package=TYoshimura.ColorPickerWPF&version=1.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ColorPickerWPF
ColorPicker of WPF UserControl
Requirement
.NET 8.0 - windows
WPF
Install
Demo
Usage
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.HSV} user - {e.UserOperation}";
}
Licence
Author
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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.
-
net8.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 |
---|---|---|
1.1.4 | 133 | 5/26/2025 |
1.1.3 | 93 | 5/23/2025 |
1.1.2 | 134 | 5/21/2025 |
1.1.1 | 130 | 5/21/2025 |
1.1.0 | 135 | 5/20/2025 |
1.0.9 | 129 | 5/20/2025 |
1.0.8 | 126 | 5/19/2025 |
1.0.7 | 134 | 5/18/2025 |
1.0.6 | 130 | 5/18/2025 |
1.0.5 | 95 | 5/17/2025 |
1.0.4 | 89 | 5/17/2025 |
1.0.3 | 91 | 5/17/2025 |
1.0.2 | 160 | 5/16/2025 |
1.0.0 | 165 | 5/16/2025 |
perf: rendering