Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages
csGenerateImageTextureBlend Class Reference
a class for a texture that is made by blending together other textures based on a value. More...
#include <cstool/gentrtex.h>
Inheritance diagram for csGenerateImageTextureBlend:

Public Member Functions | |
void | AddLayer (float value, csGenerateImageTexture *tex) |
add a layer correctly sorted into the list | |
virtual void | GetColor (csColor &col, float x, float y) |
get the color | |
virtual | ~csGenerateImageTextureBlend () |
deletes the list too | |
Public Attributes | |
csGenerateImageLayer * | layers |
the list - sorted by value - of layers | |
csGenerateImageValue * | valuefunc |
the value function object |
Detailed Description
a class for a texture that is made by blending together other textures based on a value.It has a set of layers to blend between.
Definition at line 158 of file gentrtex.h.
Constructor & Destructor Documentation
|
deletes the list too
|
Member Function Documentation
|
add a layer correctly sorted into the list
|
|
get the color
Implements csGenerateImageTexture. |
Member Data Documentation
|
the list - sorted by value - of layers
Definition at line 163 of file gentrtex.h. |
|
the value function object
Definition at line 165 of file gentrtex.h. |
The documentation for this class was generated from the following file:
- cstool/gentrtex.h
Generated for Crystal Space by doxygen 1.4.4