Zivid C++ API 2.9.0+4dbba385-1
Defining the Future of 3D Machine Vision
|
#include <Zivid/Color.h>
Public Types | |
using | ValueType = T |
The type of the channel values More... | |
Public Member Functions | |
ColorBGRABase ()=default | |
Constructor More... | |
ColorBGRABase (T blue, T green, T red, T alpha) | |
Constructor More... | |
ZIVID_CORE_EXPORT bool | operator== (const ColorBGRABase &rhs) const |
Check for equality More... | |
ZIVID_CORE_EXPORT bool | operator!= (const ColorBGRABase &rhs) const |
Check for inequality More... | |
std::string | toString () const |
Get string representation More... | |
Public Attributes | |
T | b |
Blue channel More... | |
T | g |
Green channel More... | |
T | r |
Red channel More... | |
T | a |
Alpha channel More... | |
using Zivid::ColorBGRABase< T >::ValueType = T |
The type of the channel values
|
default |
Constructor
|
inline |
Constructor
ZIVID_CORE_EXPORT bool Zivid::ColorBGRABase< T >::operator!= | ( | const ColorBGRABase< T > & | rhs | ) | const |
Check for inequality
ZIVID_CORE_EXPORT bool Zivid::ColorBGRABase< T >::operator== | ( | const ColorBGRABase< T > & | rhs | ) | const |
Check for equality
|
inline |
Get string representation
T Zivid::ColorBGRABase< T >::a |
Alpha channel
T Zivid::ColorBGRABase< T >::b |
Blue channel
T Zivid::ColorBGRABase< T >::g |
Green channel
T Zivid::ColorBGRABase< T >::r |
Red channel