Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
Torben Köhn committed Jul 27, 2016
1 parent 8749d03 commit 10d0ca7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Ignore everything that doesn't start with `Color` in Phim right now.
Phim can handle many different color formats

```php
use Phim\Color;

//By name
Color::get('red'); //RgbColor(255,0,0)
Color::get(Color::MAROON); //RgbColor(128, 0, 0)
Expand Down Expand Up @@ -511,4 +513,5 @@ If you like my work, it helped you in some way, eased up work for you or anythin
- http://www.easyrgb.com
- http://www.tigercolor.com/color-lab/color-theory/color-theory-intro.htm
- https://gist.github.com/mjackson/5311256
- https://raw.githubusercontent.com/RnbwNoise/ImageAffineMatrix/master/ImageAffineMatrix.php
- https://raw.githubusercontent.com/RnbwNoise/ImageAffineMatrix/master/ImageAffineMatrix.php
- https://github.com/Qix-/color-convert/blob/master/conversions.js

0 comments on commit 10d0ca7

Please sign in to comment.