GoLang HaruPage::setRGBFill

request it (247)
GoLang replacement for PHP's HaruPage::setRGBFill [edit | history]



Do you know a GoLang replacement for PHP's HaruPage::setRGBFill? Write it!

PHP HaruPage::setRGBFill

PHP original manual for HaruPage::setRGBFill [ show | php.net ]

HaruPage::setRGBFill

(PECL haru >= 0.0.1)

HaruPage::setRGBFillSet filling color for the page

Description

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

g

b

Return Values

Returns TRUE on success.

Errors/Exceptions

Throws a HaruException on error.

See Also