The HaruImage class
Введение
Haru PDF Image Class.
Class synopsis
HaruImage
HaruImage
{
/* Methods */
bool HaruImage::setColorMask
( int $rmin
, int $rmax
, int $gmin
, int $gmax
, int $bmin
, int $bmax
)
}Содержание
- HaruImage::getBitsPerComponent — Get the number of bits used to describe each color component of the image
- HaruImage::getColorSpace — Get the name of the color space
- HaruImage::getHeight — Get the height of the image
- HaruImage::getSize — Get size of the image
- HaruImage::getWidth — Get the width of the image
- HaruImage::setColorMask — Set the color mask of the image
- HaruImage::setMaskImage — Set the image mask
HaruImage
There are no user contributed notes for this page.
