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.
- Host: GitHub
- URL: https://github.com/foxcapades/renpy-util-colors
- Owner: Foxcapades
- License: mit
- Created: 2023-08-04T22:46:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T21:26:42.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T17:19:18.874Z (over 1 year ago)
- Language: Python
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.adoc
- License: license
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.