array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'gmagickpixel.setcolorvalue.php', 1 => 'GmagickPixel::setcolorvalue', 2 => 'Sets the normalized value of one of the channels', ), 'up' => array ( 0 => 'class.gmagickpixel.php', 1 => 'GmagickPixel', ), 'prev' => array ( 0 => 'gmagickpixel.setcolor.php', 1 => 'GmagickPixel::setcolor', ), 'next' => array ( 0 => 'book.imagick.php', 1 => 'ImageMagick', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/gmagick/gmagickpixel/setcolorvalue.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

GmagickPixel::setcolorvalue

(PECL gmagick >= Unknown)

GmagickPixel::setcolorvalueSets the normalized value of one of the channels

Beschreibung

public GmagickPixel::setcolorvalue(int $color, float $value): GmagickPixel

Sets the value of the specified channel of this object to the provided value, which should be between 0 and 1. This function can be used to provide an opacity channel to a GmagickPixel object.

Parameter-Liste

color

One of the Gmagick channel color constants.

value

The value to set this channel to, ranging from 0 to 1.

Rückgabewerte

The GmagickPixel object.