SWF 函数
PHP 手册

swf_shapelinesolid

(PHP 4)

swf_shapelinesolidSet the current line style

说明

void swf_shapelinesolid ( float $r , float $g , float $b , float $a , float $width )

Sets the current line style to the given color and width.

参数

r

Red value

g

Green value

b

Blue value

a

Alpha value

width

The line width. If 0.0 is given then no lines are drawn.

返回值

无返回值。


SWF 函数
PHP 手册