#include <vuTFLinear.h>
Inheritance diagram for vuTFLinear:
Public Member Functions | |
void | addLinear (dword channels, byte density, byte width, float max_value, float min_value) |
Adds a linear tent to the transfer function. | |
void | addLinear (dword channels, byte density, byte width, float max_value, float min_value) |
Adds a linear tent to the transfer function. |
This transfer function lets you add tents for each of the four colour channels (rgb and alpha = opacity). The tents can be given different drop off values, and multiple additions are superimposed.
Definition at line 19 of file General/vuTFunc/vuTFLinear.h.
|
Adds a linear tent to the transfer function.
|
|
Adds a linear tent to the transfer function.
Definition at line 4 of file General/vuTFunc/vuTFLinear.cpp. References byte, and snapToZeroOne(). |
Here is the call graph for this function: