The GmagickPixel class

(PECL gmagick >= Unknown)

소개

클래스 개요

GmagickPixel {
/* 메소드 */
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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top