File path: dist/twist/Core/Models/Image/Image.model.php
Namespace: Twist\Core\Models\Image
fill
— Fill the image background background with a colour, pass in a hex colour or an array of (r,g,b) or (r,g,b,a)
Name | Description |
---|---|
[$strFillColour = '] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strFillColour = ';
//Call the function fill with the example vars
$resImage = new \Twist\Core\Models\Image\Image();
$resImage -> fill($strFillColour);