SoVolumeReaderIsRGBA Property |
Returns true if the data set contains RGBA color values.
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax public 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:
BooleanRemarks See Also