Panda3D
|
Provides an accessor for reading the contents of one row of the image in-place. More...
Public Member Functions | |
Xelval | getAlphaVal (int x) |
Fetch the alpha value at the given column in the row. More... | |
Xel | getXelVal (int x) |
Fetch the pixel at the given column in the row. More... | |
LColorf | operator[] (int x) |
size_t | size () |
Get the number of pixels in the row. More... | |
Provides an accessor for reading the contents of one row of the image in-place.
Xelval getAlphaVal | ( | int | x | ) |
Fetch the alpha value at the given column in the row.
Xel getXelVal | ( | int | x | ) |
Fetch the pixel at the given column in the row.
LColorf operator[] | ( | int | x | ) |
size_t size | ( | ) |
Get the number of pixels in the row.