| Last updated | 3 months ago | 
| Total downloads | 205 | 
| Total rating | 1 | 
| Categories | Libraries | 
| Dependency string | Quest_play-ColorLib-3.1.0 | 
| Dependants | 0 other packages depend on this package | 
README
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.