A .NET library for working with colors, including support for the HSB and XY color models, as well as color temperature conversion. Ideal for graphical applications, lighting systems, and color manipulation tasks.
$ dotnet add package Oakrey.ColorsThe Colors project is a .NET library designed for advanced color manipulation and conversion. It provides support for various color models, including HSB (Hue, Saturation, Brightness) and XY Brightness, as well as utilities for converting between color temperatures and RGB values. This library is ideal for applications in graphical design, lighting systems, and color-based computations.
You can install the package via NuGet Package Manager, Package Manager Console or the .NET CLI.
Oakrey.Colors and click Install.Run the following command in your terminal:
dotnet add package Oakrey.Colors
Run the following command in your Package Manager Console:
Install-Package Oakrey.Colors
Contributions are welcome! Feel free to open issues or submit pull requests to improve the package.
This project is licensed under the MIT License. See the LICENSE file for details.