Dirkster.ColorPickerLib
1.6.2
dotnet add package Dirkster.ColorPickerLib --version 1.6.2
NuGet\Install-Package Dirkster.ColorPickerLib -Version 1.6.2
<PackageReference Include="Dirkster.ColorPickerLib" Version="1.6.2" />
paket add Dirkster.ColorPickerLib --version 1.6.2
#r "nuget: Dirkster.ColorPickerLib, 1.6.2"
// Install Dirkster.ColorPickerLib as a Cake Addin #addin nuget:?package=Dirkster.ColorPickerLib&version=1.6.2 // Install Dirkster.ColorPickerLib as a Cake Tool #tool nuget:?package=Dirkster.ColorPickerLib&version=1.6.2
ColorPickerLib
The WPF controls in this library can be used to pick and display standard WPF colors including the transparency channel definition.
This project supplies MVVM/WPF colorpicker controls that can be used to implement
- RGB (Red, Green, Blue) channels or
- HSV (Hue, Saturation, Value) channels
- Additional transparency/opacity (A) channel
The controls are available with
- Generics Theme (no custom theme just operating system styles and colors)
- and modern Dark/Light Defintions that should be useful for most modern themes (MUI, Mahapps.Metro, MLib etc)
The numeric up/down control used in this project supports editing values through multiple input channels:
- by dragging the mouse vertically/horizontally or
- by clicking up/down arrow (repeat) buttons or
- up/down or left right cursor keys or
- spinning mousewheel up down on mouseover or
- editing a textbox
More details at project sites: https://github.com/Dirkster99/ColorPickerLib https://github.com/Dirkster99/NumericUpDownLib
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETCoreApp 3.0
- Dirkster.NumericUpDownLib (>= 2.4.2)
-
.NETFramework 4.0
- Dirkster.NumericUpDownLib (>= 2.4.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Dirkster.ColorPickerLib:
Repository | Stars |
---|---|
Dirkster99/AvalonDock
Our own development branch of the well known WPF document docking library
|
This control is now supported in NetCore 3 (with Preview 8) and .Net 4.