ScummVM API documentation
Gob::Pixel Class Reference

#include <surface.h>

Public Member Functions

 Pixel (byte *vidMem, uint8 bpp, byte *min, byte *max)
 
Pixeloperator++ ()
 
Pixel operator++ (int x)
 
Pixeloperator-- ()
 
Pixel operator-- (int x)
 
Pixeloperator+= (int x)
 
Pixeloperator-= (int x)
 
uint32 get () const
 
void set (uint32 p)
 
bool isValid () const
 

Detailed Description

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


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