#include <faith/size.h>#include <faith/rect.h>Go to the source code of this file.
Namespaces | |
| namespace | Faith |
Classes | |
| class | Faith::Image |
Typedefs | |
| typedef unsigned int | Faith::Rgb |
| typedef bool(*) | Faith::tryLoadImage (Image &image, const char *filename) |
Functions | |
| int | Faith::qRed (Faith::Rgb rgb) |
| int | Faith::qGreen (Faith::Rgb rgb) |
| int | Faith::qBlue (Faith::Rgb rgb) |
| int | Faith::qAlpha (Faith::Rgb rgb) |
| Faith::Rgb | Faith::qRgb (int red, int green, int blue, int alpha=0xff) |
| int | Faith::qGray (int red, int green, int blue) |
| int | Faith::qGray (Faith::Rgb rgb) |
1.4.7