Color (classes)
Overview
Summary
Represents, manipulates and converts to and from different colour spaces
Contents
Concept
The color classes and subclasses are a direct JSFL port of the JavaScript Color Utils classes created by Made By Pi.
Color Utils is a lightweight javascript package for quickly converting colors to different formats, changing the properties of colors, matching colors and finding color harmonies.
These are the aims of Color Utils:
- To be quick and simple to use
- To be easy to understand
- To have a small file size. No bloat!
- To be accurate
- To have no dependancies such as prototype or jQuery.
Usage
See some code examples to see how easy is it to use.
Please see https://www.madebypi.co.uk/labs/colorutils/ for full instuctions.
API
Comments are closed.