Graphite  Version 3
An experimental 3D geometry processing program
OGF::ColormapStyle Struct Reference

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.
 

Detailed Description

The style used to display colormapped colors.

Definition at line 493 of file properties.h.


The documentation for this struct was generated from the following file: