Skip to content

LayerVisualization

Thorben Kroeger edited this page Jul 24, 2011 · 1 revision

LayerVisualization (derives QObject)

represents how to convert from normalized raw data to colors and alpha values

GrayscaleLayer (derives LayerVisualization)

  • required input: 1 channel
public API
  • properties:
    • (inverted)
    • (contrast)
    • (luminance)
    • (gamma)

IndexedColorLayer (derives LayerVisualization)

Uses a colortable to convert from gray scale input to RGBA colors.

  • required input: colortable - colortable (maps input -> RGB colors)

RGBLayer (derives LayerVisualization)

Composites three channels coming from the DataSources set of data sources known to the volumeeditor into one RGBA image.

  • required input: 3 channels

RGBALayer (derives LayerVisualization)

Composites four channels coming from the DataSources set of data sources known to the volumeeditor into one RGBA image.

  • required input: 4 channels

AlphaModulatedLayer (derives LayerVisualization)

  • required input: 1 channel
public API
  • properties: - tint color