<<  get_mqr
Gradient
メソッド | public |
---|---|
実装 | 3.1.000 (2008-06-09) |
グラデーションを出力する。
- 書式
-
Gradient( $type, $coords, $stops, $background, $antialias )
- 戻り値
-
(なし)
- 要素(パラメータ)
-
int $type グラデーションの種類
1 Function-based shading; 2 Axial shading; 3 Radial shading; 4 Free-form Gouraud-shaded triangle mesh; 5 Lattice-form Gouraud-shaded triangle mesh; 6 Coons patch mesh; 7 Tensor-product patch mesh
すべての種類が、現在サポートされているわけではありません。
array $coords コーディネートの配列 array $stops array() カラーコンポーネントのグラデーションの配列 カラーはGRAY、RGB、CMYKカラーコンポーネントの配列 offset = (0 to 1) represents a location along the gradient vector; exponent = exponent of the exponential interpolation function (default = 1).
bool $antialias false A flag indicating whether to filter the shading function to prevent aliasing artifacts.