![]()  | 
  
    Zivid C++ API 2.10.1+50b274e8-7
    
   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 | |
| ColorRGBABase ()=default | |
| Constructor More... | |
| ColorRGBABase (T red, T green, T blue, T alpha) | |
| Constructor More... | |
| ZIVID_CORE_EXPORT bool | operator== (const ColorRGBABase &rhs) const | 
| Check for equality More... | |
| ZIVID_CORE_EXPORT bool | operator!= (const ColorRGBABase &rhs) const | 
| Check for inequality More... | |
| std::string | toString () const | 
| Get string representation More... | |
Public Attributes | |
| T | r | 
| Red channel More... | |
| T | g | 
| Green channel More... | |
| T | b | 
| Blue channel More... | |
| T | a | 
| Alpha channel More... | |
| using Zivid::ColorRGBABase< T >::ValueType = T | 
The type of the channel values
      
  | 
  default | 
Constructor
      
  | 
  inline | 
Constructor
| ZIVID_CORE_EXPORT bool Zivid::ColorRGBABase< T >::operator!= | ( | const ColorRGBABase< T > & | rhs | ) | const | 
Check for inequality
| ZIVID_CORE_EXPORT bool Zivid::ColorRGBABase< T >::operator== | ( | const ColorRGBABase< T > & | rhs | ) | const | 
Check for equality
      
  | 
  inline | 
Get string representation
| T Zivid::ColorRGBABase< T >::a | 
Alpha channel
| T Zivid::ColorRGBABase< T >::b | 
Blue channel
| T Zivid::ColorRGBABase< T >::g | 
Green channel
| T Zivid::ColorRGBABase< T >::r | 
Red channel