FineKernelToolKit 4.2.13
|
継承メンバを含む FK::fk_Image の全メンバ一覧です。
copyImage(const fk_Image *image) | FK::fk_Image | |
copyImage(const fk_Image *image, int x, int y) | FK::fk_Image | |
fillColor(const fk_Color &col) | FK::fk_Image | |
fillColor(int r, int g, int b, int a=0) | FK::fk_Image | |
fk_BaseObject(fk_Type type=fk_Type::BASEOBJECT) | FK::fk_BaseObject | |
fk_Image(int w=0, int h=0) | FK::fk_Image | |
fk_Image(const fk_Image &) | FK::fk_Image | |
getA(int x, int y) const | FK::fk_Image | |
getB(int x, int y) const | FK::fk_Image | |
getBufferSize(void) | FK::fk_Image | |
getBufPointer(void) const | FK::fk_Image | |
getColor(int x, int y) const | FK::fk_Image | |
getG(int x, int y) const | FK::fk_Image | |
getHeight(void) const | FK::fk_Image | |
getImageSize(void) | FK::fk_Image | |
getObjectType(void) const | FK::fk_BaseObject | |
getR(int x, int y) const | FK::fk_Image | |
getWidth(void) const | FK::fk_Image | |
init() | FK::fk_Image | |
newImage(int w, int h, bool initFlg=true) | FK::fk_Image | |
readBMP(const std::string fileName) | FK::fk_Image | |
readBMPData(fk_ImType *buf) | FK::fk_Image | |
readJPG(const std::string fileName) | FK::fk_Image | |
readPNG(const std::string fileName) | FK::fk_Image | |
readPNGData(fk_ImType *buf) | FK::fk_Image | |
setA(int x, int y, int a) | FK::fk_Image | |
setB(int x, int y, int b) | FK::fk_Image | |
setColor(int x, int y, const fk_Color &col) | FK::fk_Image | |
setG(int x, int y, int g) | FK::fk_Image | |
setR(int x, int y, int r) | FK::fk_Image | |
setRGB(int x, int y, int r, int g, int b) | FK::fk_Image | |
setRGBA(int x, int y, int r, int g, int b, int a) | FK::fk_Image | |
subImage(const fk_Image *image, int x, int y, int w, int h) | FK::fk_Image | |
writeBMP(const std::string fileName, const bool transFlg=false) | FK::fk_Image | |
writeJPG(const std::string fileName, int quality=80) | FK::fk_Image | |
writePNG(const std::string fileName, const bool transFlg=true) | FK::fk_Image | |
~fk_Image() | FK::fk_Image | virtual |