Colourful 1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Colourful --version 1.1.1
NuGet\Install-Package Colourful -Version 1.1.1
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="Colourful" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Colourful --version 1.1.1
#r "nuget: Colourful, 1.1.1"
#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 Colourful as a Cake Addin
#addin nuget:?package=Colourful&version=1.1.1

// Install Colourful as a Cake Tool
#tool nuget:?package=Colourful&version=1.1.1

Open source .NET library for working with color spaces.

Supports these color spaces: RGB (various working spaces), linear RGB, CIE XYZ, CIE xyY, CIE Lab, CIE Luv, CIE LCh (uv), CIE LCh (ab), Hunter Lab, LMS (cone response).

Conversions are done correctly using chromatic adaptation and white points.

Other features include: Delta-E color difference (many formulas), Correlated color temperature (CCT) approximation, Conversion between RGB working spaces, Chromatic adaptation (many white points supported).

For more info, visit the project page.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  net45 is compatible.  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.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Colourful:

Package Downloads
ClosestColor

Different methods to compare colors to a set of colours, and return the closest color

DevBase.Avalonia.Extension

A high performance image color extractor based on image clusterization

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Colourful:

Repository Stars
SixLabors/ImageSharp
:camera: A modern, cross-platform, 2D Graphics library for .NET
tryashtar/image-map
Converts image to maps for Minecraft Java and Bedrock
DelvUI/DelvUI
DelvUI is a Dalamud plugin for Final Fantasy XIV that provides a fully customizable replacement for the default UI.
KirillOsenkov/QuickInfo
http://quickinfo.io - a search textbox with extensible "answers" (calculator, unit-converter, colors, ascii/unicode, etc). See demo at http://quickinfo.io/?demo
Version Downloads Last updated
3.2.0 2,290 12/10/2023
3.1.0 15,545 12/22/2021
3.0.0 18,070 7/6/2021
3.0.0-beta3 173 5/23/2021
3.0.0-beta2 267 1/2/2021
3.0.0-beta1 256 6/28/2020
3.0.0-alpha1 217 5/15/2020
2.0.5 26,924 3/28/2020
2.0.5-alpha7 416 3/28/2020
2.0.5-alpha6 429 3/28/2020
2.0.5-alpha5 2,759 3/9/2020
2.0.5-alpha4 374 3/9/2020
2.0.5-alpha3 333 3/9/2020
2.0.5-alpha2 370 3/9/2020
2.0.5-alpha 372 3/9/2020
2.0.4 654 3/4/2020
2.0.3 6,035 5/11/2019
2.0.2 9,830 12/15/2018
2.0.1 881 12/12/2018
2.0.0 8,586 7/7/2018
1.2.2 3,890 3/3/2018
1.2.1 1,969 11/18/2017
1.2.0 1,345 11/7/2017
1.1.2 8,476 10/29/2016
1.1.1 2,057 9/19/2016
1.1.0 1,896 6/18/2015
1.0.0 2,100 11/5/2014
1.0.0-alpha2 1,312 8/10/2014
1.0.0-alpha 1,333 5/31/2014

Changes from 1.1.0:

- Fixed issue with CMC color difference returning wrong results sometimes: 90a3ff8

Changes from 1.0.0:

- Added overloads to each ColourfulConverter to allow conversion from an aribtrary IColorVector instance.
- Built as Portable Class Library (PCL) - new solution structure and build system.