ChromaticityDotNet 1.0.2

dotnet add package ChromaticityDotNet --version 1.0.2
                    
NuGet\Install-Package ChromaticityDotNet -Version 1.0.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="ChromaticityDotNet" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ChromaticityDotNet" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="ChromaticityDotNet" />
                    
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 ChromaticityDotNet --version 1.0.2
                    
#r "nuget: ChromaticityDotNet, 1.0.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.
#:package ChromaticityDotNet@1.0.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ChromaticityDotNet&version=1.0.2
                    
Install as a Cake Addin
#tool nuget:?package=ChromaticityDotNet&version=1.0.2
                    
Install as a Cake Tool

ChromaticityDotNet

License: MIT .NET C# Nuget (with prereleases)

About

ChromaticityDotNet is a .Net Core SDK for chromaticity programming. You can find some useful standard illuminant data in ChromaticityDotNet.Model and cover color space conversion and color difference calculations in ChromaticityDotNet.Controller. You can also perform any other tasks you need.

Install NuGet packages

dotnet add package ChromaticityDotNet

Now available

  • ChromaticityConversion:CIE XYZ/Lab/LCH Cover
  • ChromaticityDeltaEFormulations:CIE de formulations
  • ChromaticityMatch:Get Get Standard illuminant WhitePoint data(color mathing is dev ing...)

What can we find in this SDK?

  • StandardilluminantClass:CIE standard illuminant data(D65/A/CWF)
  • CIEConstant:Chromaticity(xy)/CCT/Standard Observer data

Code Sample

  • build up an Color obj in ChromaticityDotNet Color Mdoels are fill in namespace ChromaticityDotNet.Model.DataModel.so we can use code as follow to build color obj:
using static ChromaticityDotNet.Model.DataModel;
// add to the top

var lab = new CIELABCH()
{
CIEL = 95.2,
CIEA = 24.5,
CIEB = 12.34
};

What's more?

  • give me a Star ~

免责申明

此项目(ChromaticityDotNet)为免费开源的代码,仅用于学习交流,非成熟的产品,并且不直接向中国提供服务,中国用户请于下载后立即删除。

任何中国境内的组织及个人不得使用此项目构建任何形式的面向中国境内用户的网站或服务。

不可用于任何违反中华人民共和国(含台湾省)或使用者所在地区法律法规的用途。

因为作者即本人仅完成代码的开发和开源活动(开源即任何人都可以下载使用),从未参与用户的任何运营和盈利活动。

且不知晓用户后续将程序源代码用于何种用途,故用户使用过程中所带来的任何法律责任即由用户自己承担。

《开源软件有漏洞,作者需要负责吗?是的!》

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 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.
  • net8.0

    • No dependencies.

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.2 128 9/5/2025
1.0.1.20 115 7/31/2024
1.0.1.19 135 6/7/2024
1.0.1.18 125 6/7/2024
1.0.1.17 122 6/7/2024
1.0.1.16 137 6/7/2024
1.0.1.15 148 6/7/2024
1.0.1.13 200 4/13/2024
1.0.1.12 166 3/30/2024
1.0.1.11 198 1/17/2024
1.0.1.10 168 1/9/2024
1.0.1.9 184 12/13/2023
1.0.1.8 148 12/12/2023
1.0.1.6 203 10/17/2023
1.0.1.5 140 10/17/2023
1.0.1.3 168 10/16/2023
1.0.1.2 153 10/16/2023
1.0.1.1 152 10/10/2023
1.0.1 165 10/10/2023
1.0.0.3 173 10/7/2023
1.0.0.2 153 10/4/2023
1.0.0.1 154 10/3/2023