ImageInterface::desaturate

public ImageInterface::desaturate()

Converts an image to grayscale.

Return value

bool TRUE on success, FALSE on failure.

File

core/lib/Drupal/Core/Image/ImageInterface.php, line 223

Class

ImageInterface
Provides an interface for image objects.

Namespace

Drupal\Core\Image

Code

public function desaturate();
doc_Drupal
2016-10-29 09:19:22
Comments
Leave a Comment

Please login to continue.