ImagickPixelIterator::getNextIteratorRow

(PECL imagick 2.0.0) Returns the next row of the pixel iterator array ImagickPixelIterator::getNextIteratorRow ( void ) Returns the next row as an array of pixel wands from the pixel iterator. Returns: Returns the next row as an array of ImagickPixel objects, throwing ImagickPixelIteratorException on error. This function is currently not documented; only its ar

ImagickPixelIterator::getIteratorRow

(PECL imagick 2.0.0) Returns the current pixel iterator row int ImagickPixelIterator::getIteratorRow ( void ) Returns the current pixel iterator row. Returns: Returns the integer offset of the row, throwing ImagickPixelIteratorException on error. This function is currently not documented; only its argument list is available.

ImagickPixelIterator::getCurrentIteratorRow

(PECL imagick 2.0.0) Returns the current row of ImagickPixel objects array ImagickPixelIterator::getCurrentIteratorRow ( void ) Returns the current row as an array of ImagickPixel objects from the pixel iterator. Returns: Returns a row as an array of ImagickPixel objects that can themselves be iterated. This function is currently not documented; only its argume

ImagickPixelIterator::destroy

(PECL imagick 2.0.0) Deallocates resources associated with a PixelIterator bool ImagickPixelIterator::destroy ( void ) Deallocates resources associated with a PixelIterator. Returns: Returns TRUE on success. This function is currently not documented; only its argument list is available.

ImagickPixelIterator::__construct

(PECL imagick 2.0.0) The ImagickPixelIterator constructor ImagickPixelIterator::__construct ( Imagick $wand ) The ImagickPixelIterator constructor Returns: Returns TRUE on success. This function is currently not documented; only its argument list is available. Examples: ImagickPixelIterator::

ImagickPixelIterator::clear

(PECL imagick 2.0.0) Clear resources associated with a PixelIterator bool ImagickPixelIterator::clear ( void ) Clear resources associated with a PixelIterator. Returns: Returns TRUE on success. This function is currently not documented; only its argument list is available. Examples: ImagickPi

ImagickPixel::setIndex

(No version information available, might only be in Git) Description public void ImagickPixel::setIndex ( int $index ) Sets the colormap index of the pixel wand. Parameters: index Sets the colormap index of the pixel wand. Returns:

ImagickPixel::setHSL

(PECL imagick 2.0.0) Sets the normalized HSL color bool ImagickPixel::setHSL ( float $hue, float $saturation, float $luminosity ) Sets the color described by the ImagickPixel object using normalized values for hue, saturation and luminosity. Parameters: hue The normalized value for hue, described as a fractional arc (between 0 and 1) of the hue circle, where the zero valu

ImagickPixel::setColorValueQuantum

(No version information available, might only be in Git) Description public void ImagickPixel::setColorValueQuantum ( int $color, mixed $value ) Sets the quantum value of a color element of the ImagickPixel. Parameters: color Which color element to set e.g. \Imagick::COLOR_GREEN. value The quantum value to set the color element to. Thi

ImagickPixel::setColorValue

(PECL imagick 2.0.0) Sets the normalized value of one of the channels bool ImagickPixel::setColorValue ( int $color, float $value ) 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 an ImagickPixel object. Parameters: color One of the Imagick color const