ColorEx 1.0.5

.NET 6.0
dotnet add package ColorEx --version 1.0.5
NuGet\Install-Package ColorEx -Version 1.0.5
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" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ColorEx --version 1.0.5
#r "nuget: ColorEx, 1.0.5"
#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 ColorEx as a Cake Addin
#addin nuget:?package=ColorEx&version=1.0.5

// Install ColorEx as a Cake Tool
#tool nuget:?package=ColorEx&version=1.0.5

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 Versions
.NET net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ColorEx:

Package Downloads
ColorEx.Wpf

Provides a set of extension methods for System.Media.Color class like linear interpolation, multiplication, average calculation, RGB/HSV and Color/Uint conversion, etc.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5 297 9/8/2022
1.0.4 262 9/3/2022
1.0.3 261 9/2/2022
1.0.2 260 9/2/2022
1.0.1 262 9/1/2022
1.0.0 257 9/1/2022