#include "Basda/Vino/Image.h"
#include <Nice/Util/Exception.h>
#include <Nice/App/Application.h>
#include <stdexcept>
#include <string>
#include <boost/assign/list_of.hpp>
#include <fitsio.h>
◆ instantType()
void instantType |
( |
void |
| ) |
|
◆ Nice::HexDumpNum< Basda::RgbPixel >()
Write a triple of an RGB value as a triple of comma-separated values.
- Parameters
-
[out] | _buffer | The buffer into which the hex-representation of the RGB value will be printed. |
[in] | _v | The RGB value to be pritned. |
- Returns
- The number of values printed into the buffer. 0 up to 3.