File path: dist/twist/Core/Models/Image/Image.model.php
Namespace: Twist\Core\Models\Image
filterInvert
— Apply a Invert effect to the image, the image will be inverted to a negative of the original
void — No return information has been documented for this function.
<?php
//Call the function filterInvert with the example vars
$resImage = new \Twist\Core\Models\Image\Image();
$resImage -> filterInvert();