TwistPHP Documentation

filterDesaturate

File path: dist/twist/Core/Models/Image/Image.model.php
Namespace: Twist\Core\Models\Image
Extends:

filterDesaturateApply a Edges effect to the image, the image will be converted to greyscale

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function filterDesaturate with the example vars
$resImage = new \Twist\Core\Models\Image\Image();
$resImage -> filterDesaturate();