= Unknown)Gmagick::gammaimage — Gamma-corrects an image說(shuō)明public Gmagick::gammaimage(float $gamma): GmagickGamma-corr">

Gmagick::gammaimage

(PECL gmagick >= Unknown)

Gmagick::gammaimageGamma-corrects an image

說(shuō)明

public Gmagick::gammaimage(float $gamma): Gmagick

Gamma-corrects an image. The same image viewed on different devices will have perceptual differences in the way the image's intensities are represented on the screen. Specify individual gamma levels for the red, green, and blue channels, or adjust all three with the gamma parameter. Values typically range from 0.8 to 2.3.

參數(shù)

gamma

The amount of gamma-correction.

返回值

The gamma corrected Gmagick object.

錯(cuò)誤/異常

錯(cuò)誤時(shí)拋出 GmagickException。