
Last updated | 2 hours ago |
Total downloads | 6 |
Total rating | 1 |
Categories | Libraries |
Dependency string | Quest_play-ColorLib-2.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.