 |
|
Innovation award
 Nominee: 2x |
This class can be used to convert and generate harmonic colors.
There is one class that can convert color values between the RGB, HSL, and hexadecimal formats.
The color harmony class extends the convert color class to generate sets of harmonic colors according to a given criteria.
Currently it can generate harmonic colors that are monochromatic,
analogous, complementary and/or triads.
|
|
| Name: |
Color Harmony Class |
| Base name: |
color-harmony-class |
| Description: |
Convert and generate harmonic colors |
| Version: |
1.0 |
| PHP version: |
3.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
651 users |
| All time rank: |
4228 |
| Week users: |
0 users |
| Week rank: |
2051  |
| |
|
 April 2010
Number 5
Prize: One copy of VS.PHP |
Certain applications require the choice of groups of colors that match certain harmony criteria.
This class provides a PHP solution to generate harmonic sets of colors.
Manuel Lemos |
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
| Link |
Description |
| Color Harmony Generator |
harmonic colors generator tool |
| text-press |
texTPress is a web application to publish the information through the website which is created by php using text files as data storage |

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
color_converter.class.php |
Class |
this class is useful to convert HEX, RGB and HSL color codes, one to anothers |
color_converter.php |
Example |
this example is used to to convert HEX, RGB and HSL color codes, one to anothers |
color_converter_css_only.class.php |
Class |
this class is useful to convert HEX, RGB and HSL color codes, one to anothers (for css rule only) |
color_harmony.class.php |
Class |
this class is useful to generate one color to eight harmonic color in Monochromatic, Analogous, Complementary and or Triads |
color_harmony_css_only.class.php |
Class |
this class is useful to generate one color to eight harmonic color in Monochromatic, Analogous, Complementary and or Triads (for css rule only) |
color_harmony_generator.php |
Example |
this example is used to to generate one color to eight harmonic color in Monochromatic, Analogous, Complementary and Triads |