lilybird
lilybird copied to clipboard
Add color parser and add Windows build runner
In this pull request, I've brought forth two new additions:
- Windows Build Batch File: Recognizing that numerous contributors might utilize Windows as their primary operating system.
-
Color Parser: This parser now handles string hexadecimal to numerical hexadecimal conversion, alongside support for RGB and RGBA formats. Additionally, it includes a
Color
enum to enrich user interaction.