ColorEx 1.0.4
See the version list below for details.
dotnet add package ColorEx --version 1.0.4
NuGet\Install-Package ColorEx -Version 1.0.4
<PackageReference Include="ColorEx" Version="1.0.4" />
paket add ColorEx --version 1.0.4
#r "nuget: ColorEx, 1.0.4"
// Install ColorEx as a Cake Addin #addin nuget:?package=ColorEx&version=1.0.4 // Install ColorEx as a Cake Tool #tool nuget:?package=ColorEx&version=1.0.4
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 Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. |
-
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.