Imagick::clampImage
PHP Manual
PHP Manual»Imagick»Imagick::clampImage

Imagick::clampImage

(PECL imagick 3 >= 3.3.0)

Imagick::clampImageRestricts the color range from 0 to the quantum depth.

Descrizione

public function Imagick::clampImage(int $channel = Imagick::CHANNEL_DEFAULT): bool

Restricts the color range from 0 to the quantum depth.

Elenco dei parametri

channel

Valori restituiti

Restituisce true in caso di successo, false in caso di fallimento.

To Top