(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:
Please login to continue.