NAME
Ogre::ColourValue
SYNOPSIS
use Ogre;
use Ogre::ColourValue;
# (for now see examples/README.txt)
DESCRIPTION
See the online API documentation at http://www.ogre3d.org/docs/api/html/classOgre_1_1ColourValue.html
Note: this Perl binding is currently experimental and subject to API changes.
CLASS METHODS
Ogre::ColourValue->new($red=1, $green=1, $blue=1, $alpha=1)
Parameter types
Returns
Ogre::ColourValue->DESTROY()
This method is called automatically; don't call it yourself.
\&eq_xs
This is an operator overload method; don't call it yourself.
INSTANCE METHODS
$obj->saturate()
Returns
- void
$obj->setHSB($hue, $saturation, $brightness)
Parameter types
Returns
- void
$obj->r()
Returns
- Real
$obj->g()
Returns
- Real
$obj->b()
Returns
- Real
$obj->a()
Returns
- Real
AUTHOR
Scott Lanning <slanning@cpan.org>
For licensing information, see README.txt .