Click or drag to resize
SoProxyDataAdapterchannels Property

Defines the list of channels selected on the image.

Namespace: OIV.ImageViz.Nodes.Images
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoMFInt32 channels { get; }

Property Value

Type: SoMFInt32
Remarks

Default value is the first channel (0) which usually corresponds to:

  • Intensity for a gray level image, or

  • Red channel for RGB or RGBA image.

See Also