

ColorLib
Color Library ModDetails
ColorLib
The library includes 146 color HEX codes and allows you to convert RGB to HEX.
Current State
- Published on Nuget. The dll can be built from source though
Using the Library
Build from source
- Clone this repository with
git clone https://github.com/Quest-play/ColorLib.git
- Navigate into the directory (if using the zip you have to unzip it first)
- Build with the command
dotnet build
(requires .NET SDK 6) - The built dll is in the folder
bin/Debug/net6.0/ColorLib.dll
Examples can be found here.