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