MeVisLabToolboxReference
MeVisLab/Standard/Sources/Shared/MLLUT/mlLUTFloatRGBA.h File Reference

Implements a float RGBA color table. More...

#include "mlLUTSystem.h"
#include "mlLUTBasic.h"
#include "mlLUTFunction.h"
#include "mlLUTData.h"

Go to the source code of this file.

Classes

class  ml::LUTFloatRGBA
 Implements a float RGBA color table. More...

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.



Detailed Description

Implements a float RGBA color table.

This class ought to be instantiated for a fixed index/value range. The instantiated object wraps a float rgba color table. A color at a certain index can be queried via the 'getColorAt' method, which takes an index/value as an argument and returns a float array, holding the r,g,b and a (red, green, blue, alpha) values. The range of these RGBA values is [0..1].

Author:
Olaf Konrad
Date:
12/2005

Definition in file mlLUTFloatRGBA.h.