The CairoGradientPattern class
(PECL cairo >= 0.1.0)
Introduction
CairoGradientPattern is an abstract base class from which other Pattern classes derive.
It cannot be instantiated directly.
Class synopsis
public void addColorStopRgb
(
string $offset
,
string $red
,
string $green
,
string $blue
)
public void addColorStopRgba
(
string $offset
,
string $red
,
string $green
,
string $blue
,
string $alpha
)
}
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.