libcrn  3.9.5
A document image processing library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
crn::pixel::HSV Struct Reference

#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
 

Detailed Description

Definition at line 181 of file CRNPixel.h.


The documentation for this struct was generated from the following file: