csGenerateImageTexture Class Reference
A base class which represents a texture that can be displayed on the terrain. More...
#include <cstool/gentrtex.h>
Inheritance diagram for csGenerateImageTexture:

| Public Member Functions | |
| virtual void | GetColor (csColor &col, float x, float y)=0 | 
| get color (0..1) for location | |
| virtual | ~csGenerateImageTexture () | 
| delete it | |
Detailed Description
A base class which represents a texture that can be displayed on the terrain.It has a colour for each pixel
Definition at line 54 of file gentrtex.h.
Constructor & Destructor Documentation
| virtual csGenerateImageTexture::~csGenerateImageTexture | ( | ) |  [inline, virtual] | 
Member Function Documentation
| virtual void csGenerateImageTexture::GetColor | ( | csColor & | col, | |
| float | x, | |||
| float | y | |||
| ) |  [pure virtual] | 
get color (0..1) for location
Implemented in csGenerateImageTextureSolid, csGenerateImageTextureSingle, and csGenerateImageTextureBlend.
The documentation for this class was generated from the following file:
- cstool/gentrtex.h
Generated for Crystal Space by doxygen 1.4.7

