略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: CairoGradientPattern

2024-04-25

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/class.cairogradientpattern.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3