ScummVM API documentation
Gob::ConstPixel Class Reference

#include <surface.h>

Public Member Functions

 ConstPixel (const byte *vidMem, uint8 bpp, const byte *min, const byte *max)
 
ConstPixeloperator++ ()
 
ConstPixel operator++ (int x)
 
ConstPixeloperator-- ()
 
ConstPixel operator-- (int x)
 
ConstPixeloperator+= (int x)
 
ConstPixeloperator-= (int x)
 
uint32 get () const
 
bool isValid () const
 

Detailed Description

A const iterator over a surface's image data, automatically handles different color depths.


The documentation for this class was generated from the following file: