libcrn
3.9.5
A document image processing library
|
#include <CRNPixel.h>
Public Member Functions | |
constexpr | HSV () noexcept |
constexpr | HSV (uint8_t h_, uint8_t s_, uint8_t v_) noexcept |
constexpr | HSV (uint8_t v_) noexcept |
HSV (const RGB< uint8_t > &val) noexcept | |
bool | operator< (const HSV &other) const noexcept |
constexpr bool | operator== (const HSV &other) const noexcept |
constexpr bool | operator!= (const HSV &other) const noexcept |
Public Attributes | |
uint8_t | h = 0 |
uint8_t | s = 0 |
uint8_t | v = 0 |
Definition at line 181 of file CRNPixel.h.