Click or drag to resize
SoVolumeDataSetRGBAData Method

Force data to be considered as RGBA values.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetRGBAData(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

Note that this call should be used only when setting data from memory through the OIV.VolumeViz.Nodes.SoVolumeData.data field and the data format must be UNSIGNED_INT32.

See Also