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 addColorStopRgb ( float $offset , float $red , float $green , float $blue ) : void
public addColorStopRgba ( float $offset , float $red , float $green , float $blue , float $alpha ) : void
public getColorStopCount ( void ) : int
public getColorStopRgba ( int $index ) : array
public getExtend ( void ) : int
public setExtend ( int $extend ) : void
/* 继承的方法 */
public CairoPattern::__construct ( void )
public CairoPattern::getMatrix ( void ) : void
public CairoPattern::getType ( void ) : int
public CairoPattern::setMatrix ( CairoMatrix $matrix ) : void
public CairoPattern::status ( void ) : int
}

Table of Contents