!fk_Image() | FK_CLI::fk_Image | |
BufferSize | FK_CLI::fk_Image | |
CopyImage(fk_Image^ image) | FK_CLI::fk_Image | |
CopyImage(fk_Image^ image, int x, int y) | FK_CLI::fk_Image | |
default | FK_CLI::fk_Image | |
FillColor(fk_Color^ color) | FK_CLI::fk_Image | |
FillColor(int r, int g, int b, int a) | FK_CLI::fk_Image | |
FillColor(int r, int g, int b) | FK_CLI::fk_Image | |
fk_Image() | FK_CLI::fk_Image | |
fk_Image(int W, int H) | FK_CLI::fk_Image | |
GetA(int x, int y) | FK_CLI::fk_Image | |
GetB(int x, int y) | FK_CLI::fk_Image | |
GetG(int x, int y) | FK_CLI::fk_Image | |
GetR(int x, int y) | FK_CLI::fk_Image | |
Init(void) | FK_CLI::fk_Image | |
NewImage(int w, int h, bool initFlg) | FK_CLI::fk_Image | |
NewImage(int w, int h) | FK_CLI::fk_Image | |
ReadBMP(String^ fileName) | FK_CLI::fk_Image | |
ReadJPG(String^ fileName) | FK_CLI::fk_Image | |
ReadPNG(String^ fileName) | FK_CLI::fk_Image | |
SetA(int x, int y, int a) | FK_CLI::fk_Image | |
SetB(int x, int y, int b) | FK_CLI::fk_Image | |
SetG(int x, int y, int g) | FK_CLI::fk_Image | |
SetR(int x, int y, int r) | FK_CLI::fk_Image | |
SetRGB(int x, int y, int r, int g, int b) | FK_CLI::fk_Image | |
SetRGBA(int x, int y, int r, int g, int b, int a) | FK_CLI::fk_Image | |
Size | FK_CLI::fk_Image | |
SubImage(fk_Image^ image, int x, int y, int w, int h) | FK_CLI::fk_Image | |
WriteBMP(String^ fileName, bool transFlg) | FK_CLI::fk_Image | |
WriteBMP(String^ fileName) | FK_CLI::fk_Image | |
WriteJPG(String^ fileName, int quality) | FK_CLI::fk_Image | |
WriteJPG(String^ fileName) | FK_CLI::fk_Image | |
WritePNG(String^ fileName, bool transFlg) | FK_CLI::fk_Image | |
WritePNG(String^ fileName) | FK_CLI::fk_Image | |
~fk_Image() | FK_CLI::fk_Image | |