ImageAccessor< ChannelType, 2 > Class Template Reference
#include <image.h>
template<class ChannelType>
class mudbox::ImageAccessor< ChannelType, 2 >
Definition at line 2571 of file image.h.
|
| ImageAccessor (Image *parent) |
|
Color | ColorAt (u_int X, u_int Y) const |
| Get the value at a given coordinate. More...
|
|
| ImageAccessorBase (Image *parent) |
|
u_int | Width () const |
|
u_int | Height () const |
|
u_int | ChannelCount () const |
|
void | SetValueAt (u_int X, u_int Y, u_int Ch, float fVal) |
| Set value for a specified texel. More...
|
|
float | ValueAt (u_int X, u_int Y, u_int Ch) const |
| Get the value at a given coordinate. More...
|
|
void | SetColorAt (u_int X, u_int Y, const Color &cColor) |
| Set value for a specified texel. More...
|
|
void * | AddrAt (u_int X, u_int Y, u_int Ch) |
|
Definition at line 2574 of file image.h.
2574 : ImageAccessorBase<ChannelType, 2>(parent)
Get the value at a given coordinate.
Definition at line 2579 of file image.h.
float ValueAt(u_int X, u_int Y, u_int Ch) const
Get the value at a given coordinate.
The documentation for this class was generated from the following file: