HaruImage クラス
導入
Haru PDF 画像クラスです。
クラス概要
HaruImage
HaruImage
{
/* メソッド */
bool HaruImage::setColorMask
( int $rmin
, int $rmax
, int $gmin
, int $gmax
, int $bmin
, int $bmax
)
}目次
- HaruImage::getBitsPerComponent — 画像の各色コンポーネントで使用するビット数を取得する
- HaruImage::getColorSpace — 色空間の名前を取得する
- HaruImage::getHeight — 画像の高さを取得する
- HaruImage::getSize — 画像の大きさを取得する
- HaruImage::getWidth — 画像の幅を取得する
- HaruImage::setColorMask — 画像の色マスクを設定する
- HaruImage::setMaskImage — 画像マスクを設定する
HaruImage
There are no user contributed notes for this page.
