Go to the source code of this file.
Classes | |
class | Image::ImageBase |
Namespaces | |
namespace | Image |
Defines | |
#define | IB_CF_BGR24 6 |
#define | IB_CF_BGR48 7 |
#define | IB_CF_BGRA32 10 |
#define | IB_CF_BGRA64 11 |
#define | IB_CF_GREY16 2 |
#define | IB_CF_GREY32 3 |
#define | IB_CF_GREY8 1 |
#define | IB_CF_RGB24 4 |
#define | IB_CF_RGB48 5 |
#define | IB_CF_RGBA32 8 |
#define | IB_CF_RGBA64 9 |
#define IB_CF_BGR24 6 |
Definition at line 29 of file ImageBase.h.
Referenced by Image::ImageBase::_setColorFormat(), ImageGui::ImageView::createStatusBarText(), and Image::ImageBase::getSample().
#define IB_CF_BGR48 7 |
Definition at line 30 of file ImageBase.h.
Referenced by Image::ImageBase::_setColorFormat(), ImageGui::ImageView::createStatusBarText(), and Image::ImageBase::getSample().
#define IB_CF_BGRA32 10 |
Definition at line 33 of file ImageBase.h.
Referenced by Image::ImageBase::_setColorFormat(), ImageGui::ImageView::createStatusBarText(), and Image::ImageBase::getSample().
#define IB_CF_BGRA64 11 |
Definition at line 34 of file ImageBase.h.
Referenced by Image::ImageBase::_setColorFormat(), ImageGui::ImageView::createStatusBarText(), and Image::ImageBase::getSample().
#define IB_CF_GREY16 2 |
Definition at line 25 of file ImageBase.h.
Referenced by Image::ImageBase::_setColorFormat(), ImageGui::ImageView::createStatusBarText(), and Image::ImageBase::getSample().
#define IB_CF_GREY32 3 |
Definition at line 26 of file ImageBase.h.
Referenced by Image::ImageBase::_setColorFormat(), ImageGui::ImageView::createStatusBarText(), and Image::ImageBase::getSample().
#define IB_CF_GREY8 1 |
Definition at line 24 of file ImageBase.h.
Referenced by Image::ImageBase::_setColorFormat(), Image::ImageBase::clear(), ImageGui::ImageView::createStatusBarText(), Image::ImageBase::getSample(), and Image::ImageBase::ImageBase().
#define IB_CF_RGB24 4 |
Definition at line 27 of file ImageBase.h.
Referenced by Image::ImageBase::_setColorFormat(), ImageGui::ImageView::createStatusBarText(), Image::ImageBase::getSample(), and open().
#define IB_CF_RGB48 5 |
Definition at line 28 of file ImageBase.h.
Referenced by Image::ImageBase::_setColorFormat(), ImageGui::ImageView::createStatusBarText(), and Image::ImageBase::getSample().
#define IB_CF_RGBA32 8 |
Definition at line 31 of file ImageBase.h.
Referenced by Image::ImageBase::_setColorFormat(), ImageGui::ImageView::createStatusBarText(), and Image::ImageBase::getSample().
#define IB_CF_RGBA64 9 |
Definition at line 32 of file ImageBase.h.
Referenced by Image::ImageBase::_setColorFormat(), ImageGui::ImageView::createStatusBarText(), and Image::ImageBase::getSample().