00001 #ifndef _VUTFLINEAR_H_ 00002 #define _VUTFLINEAR_H_ 00003 00004 #include "vuTFIntensity.h" 00005 00007 #define vuTFRed 0x01 00008 #define vuTFGreen 0x02 00009 #define vuTFBlue 0x04 00010 #define vuTFAlpha 0x08 00011 00013 00019 class vuTFLinear : public vuTFIntensity 00020 { 00021 public: 00023 00029 void addLinear(dword channels, 00030 byte density, 00031 byte width, 00032 float max_value, 00033 float min_value); 00034 }; 00035 00036 #endif