| SoVRAmFileReaderIsRGBA Property  | 
Returns true if the data set contains RGBA color values. 
 
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic override bool IsRGBA { get; }Public Overrides ReadOnly Property IsRGBA As Boolean
	Get
public:
virtual property bool IsRGBA {
	bool get () override;
}abstract IsRGBA : bool with get
override IsRGBA : bool with get
Property Value
Type: 
Boolean
Remarks
See Also