Definition at line 41 of file pnmimage_base.h.
◆ pixel() [1/2]
| pixel::pixel |
( |
gray | fill | ) |
|
|
inline |
◆ pixel() [2/2]
| pixel::pixel |
( |
gray | r, |
|
|
gray | g, |
|
|
gray | b ) |
|
inline |
◆ operator!=()
| bool pixel::operator!= |
( |
const pixel & | other | ) |
|
|
inline |
◆ operator*()
| pixel pixel::operator* |
( |
const double | mult | ) |
const |
|
inline |
◆ operator*=()
| void pixel::operator*= |
( |
const double | mult | ) |
|
|
inline |
◆ operator+()
| pixel pixel::operator+ |
( |
const pixel & | other | ) |
const |
|
inline |
◆ operator+=()
| void pixel::operator+= |
( |
const pixel & | other | ) |
|
|
inline |
◆ operator-()
| pixel pixel::operator- |
( |
const pixel & | other | ) |
const |
|
inline |
◆ operator-=()
| void pixel::operator-= |
( |
const pixel & | other | ) |
|
|
inline |
◆ operator<()
| bool pixel::operator< |
( |
const pixel & | other | ) |
const |
|
inline |
◆ operator==()
| bool pixel::operator== |
( |
const pixel & | other | ) |
|
|
inline |
◆ operator[]() [1/2]
| gray & pixel::operator[] |
( |
int | i | ) |
|
|
inline |
◆ operator[]() [2/2]
| gray pixel::operator[] |
( |
int | i | ) |
const |
|
inline |
The documentation for this struct was generated from the following file: