Code-Society-Lab / grace

The official Code Society Discord bot
GNU General Public License v3.0
18 stars 12 forks source link

Color picker/shower #21

Closed PenguinBoi12 closed 2 years ago

PenguinBoi12 commented 3 years ago

Could be fun to add a color cog that could receive a hexa, rgb, etc, color and output, either as an image or another format, the color entered by the user.

Command layout ideas ::color [hexa/rgb/...] [color]

For hexa ::# FFFFFF

For rgb ::rgba 255 255 255

...

In this cog, we could add a tones more color functionalities like, a random color picker, a color palette picker, etc. These could also be made in another issue.