Grafika\ImageInterface::createBlank PHP Метод

createBlank() публичный статический Метод

Create a blank image.
public static createBlank ( integer $width = 1, integer $height = 1 ) : grafika\ImageInterface
$width integer Width of image in pixels.
$height integer Height of image in pixels.
Результат grafika\ImageInterface Instance of image.
    public static function createBlank($width = 1, $height = 1);