|
libcrn
3.9.5
A document image processing library
|
#include <CRNPixel.h>
Collaboration diagram for crn::pixel::RGB< T >:Public Types | |
| using | type = T |
Public Member Functions | |
| constexpr | RGB () noexcept |
| constexpr | RGB (T val) noexcept |
| constexpr | RGB (T r_, T g_, T b_) noexcept |
| template<typename Y > | |
| constexpr | RGB (const RGB< Y > &p) noexcept |
| RGB (const HSV &val) noexcept | |
| RGB (const XYZ &p) noexcept | |
| RGB (const YUV &p) noexcept | |
| RGB (const Lab &p) noexcept | |
| RGB (const Luv &p) noexcept | |
| bool | operator< (const RGB &other) const noexcept |
| constexpr bool | operator== (const RGB &other) const noexcept |
| constexpr bool | operator!= (const RGB &other) const noexcept |
| RGB & | operator+= (const RGB &other) |
| RGB & | operator-= (const RGB &other) |
Public Attributes | |
| T | r = 0 |
| T | g = 0 |
| T | b = 0 |
Definition at line 55 of file CRNPixel.h.
1.8.6