update : 2015.11.03
php.shukuma.com검색:
|
ps_shading(PECL ps >= 1.3.0) ps_shading — Creates a shading for later use 설명
int ps_shading
( resource
$psdoc
, string $type
, float $x0
, float $y0
, float $x1
, float $y1
, float $c1
, float $c2
, float $c3
, float $c4
, string $optlist
)Creates a shading, which can be used by ps_shfill() or ps_shading_pattern(). The color of the shading can be in any color space except for pattern. 인수
반환값
Returns the identifier of the pattern 실패 시 참고
|