|
libopenraw
|
Public Attributes | |
| void * | data |
| size_t | data_size |
| DataType | data_type |
| uint32_t | x |
| uint32_t | y |
| uint32_t | bpc |
Definition at line 36 of file bitmapdata.cpp.
| uint32_t OpenRaw::BitmapData::Private::bpc |
bpc bit per channel. 0 is not a valid value
Definition at line 49 of file bitmapdata.cpp.
Referenced by OpenRaw::BitmapData::bpc(), OpenRaw::BitmapData::setBpc(), and OpenRaw::BitmapData::setDataType().
| void* OpenRaw::BitmapData::Private::data |
raw data
Definition at line 39 of file bitmapdata.cpp.
| size_t OpenRaw::BitmapData::Private::data_size |
size in bytes of raw data
Definition at line 41 of file bitmapdata.cpp.
Referenced by OpenRaw::BitmapData::size().
| DataType OpenRaw::BitmapData::Private::data_type |
type of thumbnail data
Definition at line 43 of file bitmapdata.cpp.
Referenced by OpenRaw::BitmapData::dataType(), and OpenRaw::BitmapData::setDataType().
| uint32_t OpenRaw::BitmapData::Private::x |
x dimension in pixels of thumbnail data
Definition at line 45 of file bitmapdata.cpp.
Referenced by OpenRaw::BitmapData::setDimensions().
| uint32_t OpenRaw::BitmapData::Private::y |
y dimension in pixels of thumbnail data
Definition at line 47 of file bitmapdata.cpp.
Referenced by OpenRaw::BitmapData::setDimensions().
1.8.14