libopenraw
Public Attributes
OpenRaw::BitmapData::Private Class Reference

List of all members.

Public Attributes

void * data
size_t data_size
DataType data_type
uint32_t x
uint32_t y
uint32_t bpc

Detailed Description

Definition at line 36 of file bitmapdata.cpp.


Member Data Documentation

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().

raw data

Definition at line 39 of file bitmapdata.cpp.

size in bytes of raw data

Definition at line 41 of file bitmapdata.cpp.

Referenced by OpenRaw::BitmapData::size().

type of thumbnail data

Definition at line 43 of file bitmapdata.cpp.

Referenced by OpenRaw::BitmapData::dataType(), and OpenRaw::BitmapData::setDataType().

x dimension in pixels of thumbnail data

Definition at line 45 of file bitmapdata.cpp.

Referenced by OpenRaw::BitmapData::setDimensions().

y dimension in pixels of thumbnail data

Definition at line 47 of file bitmapdata.cpp.

Referenced by OpenRaw::BitmapData::setDimensions().


The documentation for this class was generated from the following file: