SoVolumeDataSetRGBAData Method |
Force data to be considered as RGBA values.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetRGBAData(
bool flag
)
Public Sub SetRGBAData (
flag As Boolean
)
public:
void SetRGBAData(
bool flag
)
member SetRGBAData :
flag : bool -> unit
Parameters
- flag
- Type: SystemBoolean
Remarks
Note that this call should be used only when setting data from memory through the data field and the data format must be UNSIGNED_INT32.
See Also