ColorEx.Wpf 1.0.9

dotnet add package ColorEx.Wpf --version 1.0.9
                    
NuGet\Install-Package ColorEx.Wpf -Version 1.0.9
                    
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="ColorEx.Wpf" Version="1.0.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ColorEx.Wpf" Version="1.0.9" />
                    
Directory.Packages.props
<PackageReference Include="ColorEx.Wpf" />
                    
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 ColorEx.Wpf --version 1.0.9
                    
#r "nuget: ColorEx.Wpf, 1.0.9"
                    
#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=ColorEx.Wpf&version=1.0.9
                    
Install as a Cake Addin
#tool nuget:?package=ColorEx.Wpf&version=1.0.9
                    
Install as a Cake Tool

ColorEx

This library is designed for convenient processing of color channels in the most popular ways. There are no custom color structures, no redundant casts, no value converters - just basic math on fractional numbers. Simple, like all things should be.

The code part is divided into 2 static classes - Rgb and Hsb, each of which is responsible for operations on its own color model

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows 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-windows7.0

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.0.9 147 9/24/2024
1.0.8 163 2/28/2024
1.0.7 236 12/15/2023
1.0.5 499 9/8/2022
1.0.4 469 9/3/2022
1.0.3 423 9/2/2022
1.0.2 450 9/2/2022
1.0.1 424 9/1/2022
1.0.0 441 9/1/2022