|
|
constexpr | LABAPixel (NumberT l=0, NumberT a=0, NumberT b=0, NumberT alpha=255) |
| |
|
bool | operator== (const LABAPixel &other) const |
| |
|
bool | operator!= (const LABAPixel &other) const |
| |
|
void | setGray (NumberT gray, NumberT alpha=255) |
| |
|
constexpr | LABPixel (NumberT l=0, NumberT a=0, NumberT b=0) |
| |
|
bool | operator== (const LABPixel &other) const |
| |
|
bool | operator!= (const LABPixel &other) const |
| |
|
void | setGray (NumberT new_luma) |
| |
|
|
NumberT | alpha |
| |
|
NumberT | l |
| |
|
NumberT | a |
| |
|
NumberT | b |
| |
|
|
using | value_type = NumberT |
| |
|
static float | colorDistance (const LABPixel< NumberT > &a, const LABPixel< NumberT > &b) |
| |
template<typename NumberT>
struct ImageLib::LABAPixel< NumberT >
Definition at line 8 of file LABAPixel.h.
The documentation for this struct was generated from the following file: