MGCL V10  V10
MGCL V10
 全て クラス 名前空間 関数 変数 型定義 列挙型 列挙値 フレンド グループ ページ
MGImage メンバ一覧

継承メンバを含む MGImage の全メンバ一覧です。

clone() const MGImage
copy_color(const MGImage &image2)MGImage
copy_color(const MGImage &image2, const std::vector< int > &ranges)MGImage
fill_color(const MGPixel &pdata)MGImage
fill_color(const MGPixel &pdata, int j, int i1, int i2)MGImage
fill_color(const MGPixel &pdata, const std::vector< int > &ranges)MGImage
fill_color_NoChangeAlpha(const MGPixel &pdata)MGImage
fill_color_NoChangeAlpha(const MGPixel &pdata, int j, int i1, int i2)MGImage
height() const MGImageinline
image()MGImageinline
image() const MGImageinline
includeNonZeroAlpha(int i, int j) const MGImage
is_zero_alpha(int i, int j) const MGImage
MGImage()MGImageinline
MGImage(int wdth, int hght)MGImage
MGImage(const MGImage &image2)MGImage
MGImage(const MGImage &image2, int x, int y, int width, int height)MGImage
MGImage(Gdiplus::Bitmap &bitmap)MGImage
MGImage(Gdiplus::Bitmap &bitmap, int x, int y, int width, int height)MGImage
MGImage(Gdiplus::Bitmap &bitmap, int x, int y, int width, int height, double alpha)MGImage
MGImage(Gdiplus::Bitmap &bitmap, const Gdiplus::BrightnessContrast &bc, double alpha)MGImage
operator()(int i, int j)MGImage
operator()(int i, int j) const MGImage
operator=(const MGImage &image2)MGImage
resize(int width, int height)MGImage
resize_and_add_zero_border(int nwidth2, int nheight2)MGImage
resize_with_fill_color(int width, int height, const MGPixel &pdata)MGImage
width() const MGImageinline
~MGImage()MGImagevirtual