Update ImagickBackend.php

This commit is contained in:
tazzydemon 2013-08-25 11:37:00 +12:00
parent 0ac9eff829
commit ca2e7dad49

View File

@ -184,7 +184,7 @@ class ImagickBackend extends Imagick implements Image_Backend {
* @param int $height
* @return Image_Backend
*/
public function paddedResize($width, $height, $backgroundColor = "FFFFFF") {
public function paddedResize($width, $height, $backgroundColor = "#FFFFFF00") {
if(!$this->valid()) return;
$width = round($width);