The CairoGradientPattern class
(No version information available, might only be in SVN)
소개
CairoGradientPattern is an abstract base class from which other Pattern classes derive. It cannot be instantiated directly.
클래스 개요
CairoGradientPattern
extends
CairoPattern
{
/* 메소드 */
public void addColorStopRgba
( string $offset
, string $red
, string $green
, string $blue
, string $alpha
)
/* 상속된 메소드 */
CairoPattern::__construct
( void
)
}Table of Contents
- CairoGradientPattern::addColorStopRgb — The addColorStopRgb purpose
- CairoGradientPattern::addColorStopRgba — The addColorStopRgba purpose
- CairoGradientPattern::getColorStopCount — The getColorStopCount purpose
- CairoGradientPattern::getColorStopRgba — The getColorStopRgba purpose
- CairoGradientPattern::getExtend — The getExtend purpose
- CairoGradientPattern::setExtend — The setExtend purpose
There are no user contributed notes for this page.
