MGCL V10
V10
MGCL V10
|
継承メンバを含む 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 | MGImage | inline |
image() | MGImage | inline |
image() const | MGImage | inline |
includeNonZeroAlpha(int i, int j) const | MGImage | |
is_zero_alpha(int i, int j) const | MGImage | |
MGImage() | MGImage | inline |
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 | MGImage | inline |
~MGImage() | MGImage | virtual |