#include <fltPackedColor.h>
Public Member Functions | |
INLINE | FltPackedColor () |
INLINE Colorf | get_color () const |
INLINE RGBColorf | get_rgb () const |
INLINE void | set_color (const Colorf &color) |
INLINE void | set_rgb (const RGBColorf &rgb) |
void | output (ostream &out) const |
bool | extract_record (FltRecordReader &reader) |
bool | build_record (FltRecordWriter &writer) const |
Public Attributes | |
int | _a |
int | _b |
int | _g |
int | _r |
|
|
|
Definition at line 56 of file fltPackedColor.cxx. References _a, _b, _g, _r, Datagram::add_uint8(), and writer(). Referenced by FltVertex::build_record(), FltLocalVertexPool::build_record(), FltGeometry::build_record(), and FltHeader::write_color_palette(). |
|
Definition at line 39 of file fltPackedColor.cxx. References _a, _b, _g, _r, DatagramIterator::get_uint8(), and reader(). Referenced by FltHeader::extract_color_palette(), FltVertex::extract_record(), FltLocalVertexPool::extract_record(), and FltGeometry::extract_record(). |
|
|
|
|
|
Definition at line 29 of file fltPackedColor.cxx. |
|
Referenced by FltLocalVertexPool::build_record(). |
|
|
|
Definition at line 49 of file fltPackedColor.h. Referenced by build_record(), extract_record(), and output(). |
|
Definition at line 50 of file fltPackedColor.h. Referenced by build_record(), extract_record(), FltHeader::get_color(), FltHeader::get_rgb(), and output(). |
|
Definition at line 51 of file fltPackedColor.h. Referenced by build_record(), extract_record(), FltHeader::get_color(), FltHeader::get_rgb(), and output(). |
|
Definition at line 52 of file fltPackedColor.h. Referenced by build_record(), extract_record(), FltHeader::get_color(), FltHeader::get_rgb(), and output(). |