App
|
#include <cstdlib>
#include "../typedefs.hpp"
#include "../utils/Geometry.hpp"
#include "../utils/PointerArea.hpp"
Go to the source code of this file.
Classes | |
class | TBitmap< TPIXEL, TCHANNEL > |
class | app::TBitmap< TPIXEL, TCHANNEL > |
Třída pro reprezentaci bitmapy. More... | |
Namespaces | |
namespace | app |
Namespace obsahující veškeré vlastní třídy knihovny pro zpracování obrazu. | |
Typedefs | |
typedef app::TBitmap < px_4x8bit, px_1x8bit > | rgba_8bit_bitmap |
typedef app::TBitmap < px_1x8bit, px_1x8bit > | mono_8bit_bitmap |
Enumerations | |
enum | app::ColorMode { app::INVALID_COLOR_MODE = 0, app::MONO = 1, app::RGBA = 2, app::HSVA = 3, app::HLSA = 4 } |
Definuje typ bitmapy - do budoucna i barevný prostor. More... | |
enum | app::BitmapNativeType { app::invalid_type = 0, app::mono_8_bit = 1, app::rgba_8_bit = 2, app::mono_16_bit = 3, app::rgba_16_bit = 4 } |
Nativní typ bitmapy, použit pro komunikaci s Java stranou aplikace. More... | |
typedef app::TBitmap<px_1x8bit, px_1x8bit> mono_8bit_bitmap |
Definition at line 21 of file TBitmap.hpp.
typedef app::TBitmap<px_4x8bit, px_1x8bit> rgba_8bit_bitmap |
Definition at line 20 of file TBitmap.hpp.