#include <archon/util/pixel_format.H>
Collaboration diagram for Archon::Utilities::PixelFormat::Channel:
Public Member Functions | |
bool | operator== (const Channel &c) const |
Public Attributes | |
int | offset |
For direct formats this is the channel offset in number of words. | |
int | width |
Bit-width of this channel. |
Definition at line 258 of file pixel_format.H.
|
For direct formats this is the channel offset in number of words. For packed and tight formats, this is the offset in bits. Definition at line 265 of file pixel_format.H. Referenced by Archon::Utilities::PixelFormat::getExpandedFormat(), and operator==(). |
|
Bit-width of this channel. Zero means that the bit-width will be inferred. Definition at line 271 of file pixel_format.H. Referenced by Archon::Utilities::PixelFormat::getExpandedFormat(), and operator==(). |