Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
iOffscreenCanvasCallback Struct Reference
[2D]
When you create an offscreen canvas (CreateOffscreenCanvas()) then you can use this callback to get informed when the texture has been modified (FinishDraw() called) or a palette entry is modified.
More...
#include <ivideo/graph2d.h>
Inheritance diagram for iOffscreenCanvasCallback:

Public Member Functions | |
virtual void | FinishDraw (iGraphics2D *canvas)=0 |
FinishDraw has been called. | |
virtual void | SetRGB (iGraphics2D *canvas, int idx, int r, int g, int b)=0 |
Palette entry has been modified. |
Detailed Description
When you create an offscreen canvas (CreateOffscreenCanvas()) then you can use this callback to get informed when the texture has been modified (FinishDraw() called) or a palette entry is modified.
Definition at line 145 of file graph2d.h.
Member Function Documentation
|
FinishDraw has been called.
|
|
Palette entry has been modified.
|
The documentation for this struct was generated from the following file:
- ivideo/graph2d.h
Generated for Crystal Space by doxygen 1.3.9.1