|
libcineon
0.1
|
Data Structure for Image Element. More...
#include <CineonHeader.h>
Public Member Functions | |
| ImageElement () | |
| Constructor. More... | |
Public Attributes | |
| U8 | designator [2] |
| Channel descriptor. More... | |
| U8 | bitDepth |
| Bits per pixel. More... | |
| U8 | unused1 |
| Unused. More... | |
| U32 | pixelsPerLine |
| Pixels per line. More... | |
| U32 | linesPerElement |
| Lines per element. More... | |
| R32 | lowData |
| Reference low data code value. More... | |
| R32 | lowQuantity |
| Reference low quantity represented. More... | |
| R32 | highData |
| Reference high data code value. More... | |
| R32 | highQuantity |
| Reference high quantity represented. More... | |
Data Structure for Image Element.
| cineon::ImageElement::ImageElement | ( | ) |
Constructor.
| U8 cineon::ImageElement::bitDepth |
Bits per pixel.
| U8 cineon::ImageElement::designator[2] |
Channel descriptor.
| R32 cineon::ImageElement::highData |
Reference high data code value.
| R32 cineon::ImageElement::highQuantity |
Reference high quantity represented.
| U32 cineon::ImageElement::linesPerElement |
Lines per element.
| R32 cineon::ImageElement::lowData |
Reference low data code value.
| R32 cineon::ImageElement::lowQuantity |
Reference low quantity represented.
| U32 cineon::ImageElement::pixelsPerLine |
Pixels per line.
| U8 cineon::ImageElement::unused1 |
Unused.
1.8.8