Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

csGenerateImageTextureBlend Class Reference

a class for a texture that is made by blending together other textures based on a value. More...

#include <gentrtex.h>

Inheritance diagram for csGenerateImageTextureBlend:

csGenerateImageTexture List of all members.

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

csGenerateImageLayerlayers
 the list - sorted by value - of layers.

csGenerateImageValuevaluefunc
 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.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000