Click or drag to resize
SoVRRasterStackReaderChannelSelections Enumeration

Channel selection.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum ChannelSelections
Members
  Member nameValueDescription
MAX_CHANNEL0

Maximum of all channels.

LUMINANCE1

Luminance.

RED_CHANNEL2

Red channel.

GREEN_CHANNEL3

Green channel.

BLUE_CHANNEL4

Blue channel.

ALPHA_CHANNEL5

Alpha channel.

ALL_CHANNELS11

All channels combined.

Remarks