#include <surface.h>
Public Member Functions | |
ConstPixel (const byte *vidMem, uint8 bpp, const byte *min, const byte *max) | |
ConstPixel & | operator++ () |
ConstPixel | operator++ (int x) |
ConstPixel & | operator-- () |
ConstPixel | operator-- (int x) |
ConstPixel & | operator+= (int x) |
ConstPixel & | operator-= (int x) |
uint32 | get () const |
bool | isValid () const |
A const iterator over a surface's image data, automatically handles different color depths.