fatih / color

Color package for Go (golang)
https://pkg.go.dev/github.com/fatih/color
MIT License
7.15k stars 607 forks source link

Add RGB API support #225

Open fatih opened 3 months ago

fatih commented 3 months ago

This PR adds support for a new RGB API to allow to print 24-bit colors. Opening for feedback, and will probably merge it as it is. If anyone wants to try it out, check the TestRGB test case or the newly added README.md docs.

ss-2024-03-24-113149

fatih commented 3 months ago

Thanks for to the reviews. I want to keep this open for some time to try it out before I merge it.