#include <gentrtex.h>
Inheritance diagram for csGenerateImageTextureBlend:
Public Methods | |
csGenerateImageTextureBlend () | |
virtual | ~csGenerateImageTextureBlend () |
deletes the list too. | |
virtual void | GetColor (csColor &col, float x, float y) |
get the color. | |
void | AddLayer (float value, csGenerateImageTexture *tex) |
add a layer correctly sorted into the list. | |
Public Attributes | |
csGenerateImageLayer* | layers |
the list - sorted by value - of layers. | |
csGenerateImageValue* | valuefunc |
the value function object. |
It has a set of layers to blend between.