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