Zivid C++ API  2.4.2+1a2e8cfb-1
Defining the Future of 3D Machine Vision
Classes | Namespaces | Functions
Color.h File Reference
#include <Zivid/Detail/CoreExport.h>
#include <Zivid/Detail/DataFormatUtils.h>
#include <cstdint>
#include <iosfwd>
#include <string>
#include <type_traits>

Go to the source code of this file.

Classes

struct  Zivid::ColorRGBABase< T >
 
struct  Zivid::ColorRGBA
 Color with 8-bit red, green, blue and alpha channels More...
 
struct  Zivid::ColorBGRABase< T >
 
struct  Zivid::ColorBGRA
 Color with 8-bit blue, green, red and alpha channels More...
 

Namespaces

 Zivid
 The main Zivid namespace. All Zivid code is found here
 

Functions

template<typename T >
std::ostream & Zivid::operator<< (std::ostream &stream, const ColorRGBABase< T > &color)
 Serialize the value to a stream More...
 
 Zivid::ZIVID_STATIC_ASSERT_DATA_FORMAT_TYPE (ColorRGBA, 4)
 
template<typename T >
std::ostream & Zivid::operator<< (std::ostream &stream, const ColorBGRABase< T > &color)
 Serialize the value to a stream More...
 
 Zivid::ZIVID_STATIC_ASSERT_DATA_FORMAT_TYPE (ColorBGRA, 4)