HaruPage::setRGBFill

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

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

Parameters:
r

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

g

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

b

Defines filling 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::getRGBFill() -

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

Please login to continue.