Graphite Version 3
An experimental 3D geometry processing program
|
The style used to display colormapped colors. More...
#include <OGF/scene_graph/types/properties.h>
Public Member Functions | |
ColormapStyle () | |
ColormapStyle constructor. | |
Public Attributes | |
ColormapName | colormap_name |
Name of the colormap file, in "lib/colormaps". | |
bool | smooth |
If true, then colormap is smoothed (using linear interpolation and mipmaps, else GL_NEAREST is used. | |
index_t | repeat |
Number of times the colormap should be repeated within the [0,1] range of color indices. Zero or 1 both mean no repetition. | |
bool | show |
If true, show the colormap and mapped minimum and maximum value on the top left corner of the rendering window. | |
bool | flip |
If true, flip the colormap. | |
The style used to display colormapped colors.
Definition at line 493 of file properties.h.
|
inline |
ColormapStyle constructor.
Definition at line 498 of file properties.h.
ColormapName OGF::ColormapStyle::colormap_name |
Name of the colormap file, in "lib/colormaps".
Definition at line 509 of file properties.h.
bool OGF::ColormapStyle::flip |
If true, flip the colormap.
Definition at line 534 of file properties.h.
index_t OGF::ColormapStyle::repeat |
Number of times the colormap should be repeated within the [0,1] range of color indices. Zero or 1 both mean no repetition.
Definition at line 522 of file properties.h.
bool OGF::ColormapStyle::show |
If true, show the colormap and mapped minimum and maximum value on the top left corner of the rendering window.
Definition at line 529 of file properties.h.
bool OGF::ColormapStyle::smooth |
If true, then colormap is smoothed (using linear interpolation and mipmaps, else GL_NEAREST is used.
Definition at line 515 of file properties.h.