The CairoGradientPattern class

(PECL cairo >= 0.1.0)

소개

CairoGradientPattern is an abstract base class from which other Pattern classes derive. It cannot be instantiated directly.

클래스 개요

CairoGradientPattern extends CairoPattern {
/* 메소드 */
public void addColorStopRgb ( string $offset , string $red , string $green , string $blue )
public void addColorStopRgba ( string $offset , string $red , string $green , string $blue , string $alpha )
public int getColorStopCount ( void )
public array getColorStopRgba ( string $index )
public int getExtend ( void )
public void setExtend ( int $extend )
/* 상속된 메소드 */
public CairoPattern::__construct ( void )
public void CairoPattern::getMatrix ( void )
public int CairoPattern::getType ( void )
public void CairoPattern::setMatrix ( string $matrix )
public int CairoPattern::status ( void )
}

Table of Contents

add a note add a note

User Contributed Notes

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