1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-20 04:31:24 +02:00

readme update

This commit is contained in:
Oliver Vogel
2013-02-03 15:03:50 +01:00
parent 0f36ff6562
commit d632b6b00a

View File

@@ -93,6 +93,7 @@ $img->fill('ccc'); // its possible to use shorthand hexcolor
$img->fill('cccccc'); // or full hexcolor code
$img->fill('#ccc'); // with or without #
$img->fill('#cccccc');
$img->fill('rgba(255, 0, 0, 0.5)'); // define transparent colors as rgba format
$img->fill(array(204, 204, 204)); // or just pass the color as rgb format array
// save image in desired format