LevelS C++ support library
3.83
|
This is the complete list of members for LS_Image, including all inherited members.
annotate(int xpos, int ypos, const Colour &col, const std::string &text, int scale=1) | LS_Image | |
annotate_centered(int xpos, int ypos, const Colour &col, const std::string &text, int scale=1) | LS_Image | |
fill(const Colour &col) | LS_Image | inline |
get_pixel(tsize i, tsize j) | LS_Image | inline |
LS_Image(int xres, int yres) | LS_Image | |
put_pixel(tsize i, tsize j, const Colour &col) | LS_Image | inline |
set_font(const MP_Font &fnt) | LS_Image | |
write_PPM(const std::string &file) const | LS_Image | |
write_TGA(const std::string &file) const | LS_Image | |
write_TGA_rle(const std::string &file) const | LS_Image |