Dirkster.ColorPickerLib 1.6.2

dotnet add package Dirkster.ColorPickerLib --version 1.6.2
NuGet\Install-Package Dirkster.ColorPickerLib -Version 1.6.2
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="Dirkster.ColorPickerLib" Version="1.6.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dirkster.ColorPickerLib --version 1.6.2
#r "nuget: Dirkster.ColorPickerLib, 1.6.2"
#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 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 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. 
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 (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
Version Downloads Last updated
1.6.2 27,719 11/13/2020
1.6.0 84,429 9/3/2019
1.5.1 1,592 2/28/2019
1.5.0 1,297 8/28/2018
1.4.0.1 904 8/19/2018
1.3.0 830 8/17/2018
1.1.0 806 8/16/2018
1.0.0 1,216 9/13/2017

This control is now supported in NetCore 3 (with Preview 8) and .Net 4.