Panda3D
|
Public Member Functions | |
CRow (const PNMImage &image, int y) | |
xelval | get_alpha_val (int x) const |
Fetch the alpha value at the given column in the row. More... | |
xel | get_xel_val (int x) const |
Fetch the pixel at the given column in the row. More... | |
LColorf | operator[] (int x) const |
Fetch the RGB value at the given column in the row. More... | |
size_t | size () const |
Get the number of pixels in the row. More... | |
Definition at line 306 of file pnmImage.h.
|
inline |
Fetch the alpha value at the given column in the row.
Definition at line 1279 of file pnmImage.I.
References PNMImage::operator[]().
Referenced by get_xel_val().
|
inline |
Fetch the pixel at the given column in the row.
Definition at line 1269 of file pnmImage.I.
References get_alpha_val().
Referenced by operator[]().
|
inline |
Fetch the RGB value at the given column in the row.
Definition at line 1259 of file pnmImage.I.
References get_xel_val().
Referenced by size().
|
inline |
Get the number of pixels in the row.
Definition at line 1249 of file pnmImage.I.
References operator[]().
Referenced by PNMImage::Row::set_alpha_val().