| 
    MRPT
    2.0.0
    
   | 
 
#include <mrpt/core/bits_math.h>#include <mrpt/serialization/serialization_frwds.h>#include <mrpt/typemeta/TTypeName.h>#include <cstdint>#include <iosfwd>#include <iostream>Go to the source code of this file.
Classes | |
| struct | mrpt::img::TColor | 
| A RGB color - 8bit.  More... | |
| struct | mrpt::img::TColorf | 
| An RGBA color - floats in the range [0,1].  More... | |
Namespaces | |
| mrpt::img | |
| mrpt::typemeta | |
Functions | |
| std::ostream & | mrpt::img::operator<< (std::ostream &o, const TColor &c) | 
| mrpt::serialization::CArchive & | mrpt::img::operator<< (mrpt::serialization::CArchive &o, const TColor &c) | 
| mrpt::serialization::CArchive & | mrpt::img::operator>> (mrpt::serialization::CArchive &i, TColor &c) | 
| TColor | mrpt::img::operator+ (const TColor &first, const TColor &second) | 
| Pairwise addition of their corresponding RGBA members.  More... | |
| TColor | mrpt::img::operator- (const TColor &first, const TColor &second) | 
| Pairwise substraction of their corresponding RGBA members.  More... | |
| bool | mrpt::img::operator== (const TColor &first, const TColor &second) | 
| std::ostream & | mrpt::img::operator<< (std::ostream &o, const TColorf &c) | 
| mrpt::serialization::CArchive & | mrpt::img::operator<< (mrpt::serialization::CArchive &o, const TColorf &c) | 
| mrpt::serialization::CArchive & | mrpt::img::operator>> (mrpt::serialization::CArchive &i, TColorf &c) | 
| Page generated by Doxygen 1.8.14 for MRPT 2.0.0 Git: b38439d21 Tue Mar 31 19:58:06 2020 +0200 at miƩ abr 1 00:50:30 CEST 2020 |