HaruPage::setRGBStroke

(PECL haru >= 0.0.1)
Set stroking color for the page
bool HaruPage::setRGBStroke ( float $r, float $g, float $b )

Defines stroking color for the page. All values must be between 0 and 1.

Parameters:
r

Defines stroking color for the page. All values must be between 0 and 1.

g

Defines stroking color for the page. All values must be between 0 and 1.

b

Defines stroking color for the page. All values must be between 0 and 1.

Returns:

Returns TRUE on success.

Exception:

Throws a HaruException on error.

See also:

HaruPage::getRGBStroke() -

doc_php
2016-02-24 16:03:27
Comments
Leave a Comment

Please login to continue.