Skip to content

Commit 10d0ca7

Browse files
author
Torben Köhn
committed
README update
1 parent 8749d03 commit 10d0ca7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Ignore everything that doesn't start with `Color` in Phim right now.
2525
Phim can handle many different color formats
2626

2727
```php
28+
use Phim\Color;
29+
2830
//By name
2931
Color::get('red'); //RgbColor(255,0,0)
3032
Color::get(Color::MAROON); //RgbColor(128, 0, 0)
@@ -511,4 +513,5 @@ If you like my work, it helped you in some way, eased up work for you or anythin
511513
- http://www.easyrgb.com
512514
- http://www.tigercolor.com/color-lab/color-theory/color-theory-intro.htm
513515
- https://gist.github.com/mjackson/5311256
514-
- https://raw.githubusercontent.com/RnbwNoise/ImageAffineMatrix/master/ImageAffineMatrix.php
516+
- https://raw.githubusercontent.com/RnbwNoise/ImageAffineMatrix/master/ImageAffineMatrix.php
517+
- https://github.com/Qix-/color-convert/blob/master/conversions.js

0 commit comments

Comments
 (0)