HOG2
|
This is the complete list of members for BitMapPic, including all inherited members.
BitMapPic(int w, int h) | BitMapPic | |
BitMapPic(const char *file) | BitMapPic | |
BitMapPic(const BitMapPic &b) | BitMapPic | |
GetBytes() | BitMapPic | inline |
GetHeight() | BitMapPic | inline |
GetPixel(int x, int y, uint8_t &redByte, uint8_t &greenByte, uint8_t &blueByte, uint8_t &alphaByte) const | BitMapPic | |
GetWidth() | BitMapPic | inline |
height | BitMapPic | private |
image | BitMapPic | private |
operator=(const BitMapPic &b) | BitMapPic | |
Save(const char *file) | BitMapPic | |
SetPixel(int x, int y, uint8_t redByte, uint8_t greenByte, uint8_t blueByte, uint8_t alphaByte=0) | BitMapPic | |
width | BitMapPic | private |
~BitMapPic() | BitMapPic |