PHP 7.0.6 Released

Gmagick::setimagegamma

(PECL gmagick >= Unknown)

Gmagick::setimagegammaSets the image gamma

Description

public Gmagick Gmagick::setimagegamma ( float $gamma )

Sets the image gamma.

Parameters

gamma

The image gamma.

Return Values

The Gmagick object on success

Errors/Exceptions

Throws an GmagickException on error.

User Contributed Notes

There are no user contributed notes for this page.
To Top