|
|
constexpr | RGBPixel (NumberT red=0, NumberT green=0, NumberT blue=0) |
| |
|
bool | operator== (const RGBPixel &other) const |
| |
|
bool | operator!= (const RGBPixel &other) const |
| |
|
void | setGray (NumberT gray) |
| |
|
|
static float | colorDistance (const RGBPixel< NumberT > &a, const RGBPixel< NumberT > &b) |
| |
|
|
NumberT | red |
| |
|
NumberT | green |
| |
|
NumberT | blue |
| |
|
|
using | value_type = NumberT |
| |
template<typename NumberT>
struct ImageLib::RGBPixel< NumberT >
Definition at line 10 of file RGBPixel.h.
The documentation for this struct was generated from the following file: