primal / color
Collection of classes for converting and manipulating colors
Installs: 402 145
Dependents: 6
Suggesters: 0
Security: 0
Stars: 24
Watchers: 4
Forks: 4
Open Issues: 0
Requires
- php: >=5.3.3
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2024-10-31 03:52:53 UTC
README
Created and Copyright 2012 by Jocelyn Badgley, chiper at chipersoft dot com.
Primal.Color is a standalone micro-library to assist in the parsing, converting and manipulation of colors across various formats.
Currently Primal.Color supports converting between the following formats:
- RGB (Hex3, Hex6 and css
rgb()
) - HSV
- HSL
- CMYK
Primal.Color also includes a basic color wheel class for generating collections of colors across a spectrum.
Primal is a collection of independent micro-libraries that collectively form a LAMP development framework, but is not required to use Primal.Color in your own projects.
Requirements
- PHP 5.3 or later
Usage
coming soon
Legal
Primal is released under an MIT license. No attribution is required and you are expected to make alterations. For details see the enclosed LICENSE file.