gempyre
1.7.1
|
#include <string>
#include <algorithm>
#include <cstring>
#include <gempyre_types.h>
#include <array>
Go to the source code of this file.
Classes | |
class | Gempyre::Bitmap |
Bitmap for Gempyre Graphics. More... | |
Namespaces | |
Gempyre::Color | |
RGB handling. | |
Macros | |
#define | gempyre_graphics_assert(b, x) ((b) || GempyreUtils::do_fatal(x, nullptr, __FILE__, __LINE__)); |
Typedefs | |
using | Gempyre::Color::type = Gempyre::dataT |
pixel type | |
gempyre_utils_graphics.h API for common graphics classes