|
void | putValue (unsigned char x) |
| Puts a properly scaled (0..MAX_UNNORM_VALUE) value at the current position. More...
|
|
unsigned char | assign (int x) |
| Puts an unscaled (0..255) value at the current position. More...
|
|
unsigned char | assign (int r, int g, int b) |
|
unsigned char | assign (int r, int g, int b, int a) |
|
unsigned char | assign (float x) |
|
unsigned char | assign (float r, float g, float b) |
|
unsigned char | assign (float r, float g, float b, float a) |
|
void | operator<< (const pixint1 &P) |
|
void | operator<< (const pixint3 &P) |
|
void | operator<< (const pixint4 &P) |
|
void | operator<< (const pixfloat1 &P) |
|
void | operator<< (const pixfloat3 &P) |
|
void | operator<< (const pixfloat4 &P) |
|
void | operator= (const pixint1 &P) |
|
void | operator= (const pixint3 &P) |
|
void | operator= (const pixint4 &P) |
|
void | operator= (const pixfloat1 &P) |
|
void | operator= (const pixfloat3 &P) |
|
void | operator= (const pixfloat4 &P) |
|
| SingleByteMaskWriter (AbstractBitmap &bitmap, int x=0, int y=0) |
|
unsigned char | getValue () const |
| Returns 0..MAX_UNNORM_VALUE value at current position. More...
|
|
unsigned char | getValue (int i) const |
| Returns 0..MAX_UNNORM_VALUE value at position shifted by i pixels in scanline order with respect to the current position. More...
|
|
unsigned char | getValue (int x, int y) const |
| Returns 0..MAX_UNNORM_VALUE value at (x,y) position. More...
|
|
pixint1 | operator() () const |
| Returns 0..255 value at current position. More...
|
|
pixint1 | operator() (int x, int y) const |
| Returns 0..255 value at (x,y) position. More...
|
|
const pixint1 | operator[] (int i) const |
| Returns 0..255 value at position shifted by i pixels in scanline order with respect to the current position. More...
|
|
void | operator++ (int) |
| Move the current position ONE PIXEL forward. More...
|
|
void | operator+= (const int N) |
| Move the current position N pixels forward. More...
|
|
void | goTo (int x, int y) |
| Changes current position. More...
|
|
| SingleByteMaskReader (const AbstractBitmap &bitmap, int x=0, int y=0) |
|
bool | operator< (const MaskScanner &another) const |
|
pixtype * | operator* () const |
|
int | getWidth () const |
| Returns bitmap width in pixels. More...
|
|
int | getHeight () const |
| Returns bitmap height in pixels. More...
|
|
Definition at line 367 of file mask_bitmap_access.h.