|
|
int | TellBitDepth (void) |
| |
|
int | TellWidth (void) |
| |
|
int | TellHeight (void) |
| |
|
int | TellNumberOfColors (void) |
| |
|
void | SetDPI (int HorizontalDPI, int VerticalDPI) |
| |
|
int | TellVerticalDPI (void) |
| |
|
int | TellHorizontalDPI (void) |
| |
|
| BMP (BMP &Input) |
| |
|
RGBApixel * | operator() (int i, int j) |
| |
|
RGBApixel | GetPixel (int i, int j) const |
| |
|
bool | SetPixel (int i, int j, RGBApixel NewPixel) |
| |
|
bool | CreateStandardColorTable (void) |
| |
|
bool | SetSize (int NewWidth, int NewHeight) |
| |
|
bool | SetBitDepth (int NewDepth) |
| |
|
bool | WriteToFile (const char *FileName) |
| |
|
bool | ReadFromFile (const char *FileName) |
| |
|
RGBApixel | GetColor (int ColorNumber) |
| |
|
bool | SetColor (int ColorNumber, RGBApixel NewColor) |
| |