在线文档教程
PHP
Image/GraphicsMagick

GmagickPixel (class)

The GmagickPixel class

Introduction

(PECL gmagick >= Unknown)

Class synopsis

GmagickPixel {

/* Methods */

public __construct ([ string $color ] )

public mixed getcolor ([ bool $as_array = false [, bool $normalize_array = false ]] )

public int getcolorcount ( void )

public float getcolorvalue ( int $color )

public GmagickPixel setcolor ( string $color )

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

}

Table of Contents

  • GmagickPixel::__construct — The GmagickPixel constructor

  • GmagickPixel::getcolor — Returns the color

  • GmagickPixel::getcolorcount — Returns the color count associated with this color

  • GmagickPixel::getcolorvalue — Gets the normalized value of the provided color channel

  • GmagickPixel::setcolor — Sets the color

  • GmagickPixel::setcolorvalue — Sets the normalized value of one of the channels

← GmagickDraw::settextencoding

GmagickPixel::__construct →

© 1997–2017 The PHP Documentation Group

Licensed under the Creative Commons Attribution License v3.0 or later.

https://secure.php.net/manual/en/class.gmagickpixel.php