PHPackages                             mischiefcollective/colorjizz - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mischiefcollective/colorjizz

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mischiefcollective/colorjizz
============================

Classes for manipulating colors, converting to different formats and finding color harmonies

1.0.0(9y ago)286847.8k—7.7%32[2 PRs](https://github.com/mikeemoo/ColorJizz-PHP/pulls)8MITPHPPHP &gt;=5.3.10

Since Nov 14Pushed 1y ago13 watchersCompare

[ Source](https://github.com/mikeemoo/ColorJizz-PHP)[ Packagist](https://packagist.org/packages/mischiefcollective/colorjizz)[ Docs](http://mikeefranklin.co.uk:8080/job/ColorJizz-PHP/)[ RSS](/packages/mischiefcollective-colorjizz/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (8)

--- I don't pay much attention to this project anymore. If anyone wants ownership - get in contact. ---
=======================================================================================================

[](#----i-dont-pay-much-attention-to-this-project-anymore-if-anyone-wants-ownership---get-in-contact----)

Getting started:
================

[](#getting-started)

ColorJizz-PHP uses the PSR-0 standards for namespaces, so there should be no trouble using with frameworks like Symfony 2.

### Autoloading

[](#autoloading)

An autoloader class is provided for when loading ColorJizz yourself.

First, include the autoloader and call the static register() function.

```

```

Now all ColorJizz classes will be automatically loaded in.

### Converting between formats

[](#converting-between-formats)

ColorJizz can convert to and from any of the supported color formats:

```

```

Any color manipulation or conversion will return a new instance of a color class, therefore your original color objects remains intact.

Color manipulation can be chained together:

```
