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