|
|
The CairoGradientPattern class
The CairoGradientPattern class (No version information available, might only be in SVN) 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 |
|