#include "ColorTable.h"
#include "Tools/Streams/InOut.h"
#include "Tools/Math/Vector3.h"
#include "ColorClassImage.h"
#include "Image.h"
Include dependency graph for ColorTable64.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | ColorTable64 |
| Contains a ColorTable64 which can decode the color for every 4 * 4 * 4 cube in the 255 * 255 * 255 YUV color space. More... | |
Functions | |
| Out & | operator<< (Out &stream, const ColorTable64 &colorTable64) |
| Streaming operator that writes a ColorTable64 to a stream. | |
Definition in file ColorTable64.h.
|
||||||||||||
|
Streaming operator that writes a ColorTable64 to a stream.
Definition at line 318 of file ColorTable64.cpp. References ColorTable64::colorClasses. |
1.3.6