An open API service indexing awesome lists of open source software.

https://github.com/foxcapades/renpy-util-colors

Color utility classes to be used when implementing larger things.
https://github.com/foxcapades/renpy-util-colors

Last synced: over 1 year ago
JSON representation

Color utility classes to be used when implementing larger things.

Awesome Lists containing this project

README

          

= Ren'Py Color Utils
:toc:
:toclevels: 3

link:https://foxcapades.github.io/renpy-util-colors/[Documentation]

Provides a set of classes that represent colors in RGB, HSL, and HSV, and can be
converted between one-another freely.

The classes included in this package are all prefixed with the word `Fox` to
avoid conflict with other packages or Ren'Py builtin types.