![]() |
Zivid C++ API 2.16.0+46cdaba6-1
|
#include <Zivid/Color.h>#include <Zivid/Detail/DataFormatUtils.h>#include <Zivid/Detail/UtilsExport.h>#include <Zivid/Point.h>#include <iosfwd>Go to the source code of this file.
Classes | |
| struct | Zivid::PointXYZColorRGBA |
| Struct which contains XYZ point and RGBA color packed together. More... | |
| struct | Zivid::PointXYZColorRGBA_SRGB |
| Struct which contains XYZ point and RGBA color in the sRGB color space packed together. More... | |
| struct | Zivid::PointXYZColorBGRA |
| Struct which contains XYZ point and BGRA color packed together. More... | |
| struct | Zivid::PointXYZColorBGRA_SRGB |
| Struct which contains XYZ point and BGRA color in the sRGB color space packed together. More... | |
Namespaces | |
| namespace | Zivid |
| The main Zivid namespace. All Zivid code is found here. | |
Functions | |
| ZIVID_UTILS_EXPORT std::ostream & | Zivid::operator<< (std::ostream &stream, const PointXYZColorRGBA &pc) |
| Serialize the value to a stream. | |
| Zivid::ZIVID_STATIC_ASSERT_DATA_FORMAT_TYPE (PointXYZColorRGBA, 16) | |
| ZIVID_UTILS_EXPORT std::ostream & | Zivid::operator<< (std::ostream &stream, const PointXYZColorRGBA_SRGB &pc) |
| Serialize the value to a stream. | |
| Zivid::ZIVID_STATIC_ASSERT_DATA_FORMAT_TYPE (PointXYZColorRGBA_SRGB, 16) | |
| ZIVID_UTILS_EXPORT std::ostream & | Zivid::operator<< (std::ostream &stream, const PointXYZColorBGRA &pc) |
| Serialize the value to a stream. | |
| Zivid::ZIVID_STATIC_ASSERT_DATA_FORMAT_TYPE (PointXYZColorBGRA, 16) | |
| ZIVID_UTILS_EXPORT std::ostream & | Zivid::operator<< (std::ostream &stream, const PointXYZColorBGRA_SRGB &pc) |
| Serialize the value to a stream. | |
| Zivid::ZIVID_STATIC_ASSERT_DATA_FORMAT_TYPE (PointXYZColorBGRA_SRGB, 16) | |