Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
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.

Constructor & Destructor Documentation

◆ ColormapStyle()

OGF::ColormapStyle::ColormapStyle ( )
inline

ColormapStyle constructor.

Definition at line 498 of file properties.h.

Member Data Documentation

◆ colormap_name

ColormapName OGF::ColormapStyle::colormap_name

Name of the colormap file, in "lib/colormaps".

Definition at line 509 of file properties.h.

◆ flip

bool OGF::ColormapStyle::flip

If true, flip the colormap.

Definition at line 534 of file properties.h.

◆ repeat

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.

◆ show

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.

◆ smooth

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.


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