SoDataCompositorrgbaMode Property |
Final composed buffer contains RGBA values (default is false).
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool rgbaMode { get; }
Public ReadOnly Property rgbaMode As SoSFBool
Get
public:
property SoSFBool^ rgbaMode {
SoSFBool^ get ();
}
member rgbaMode : SoSFBool with get
Property Value
Type:
SoSFBool
Remarks
If set to true then the dataType and numSigBits fields are ignored and the output data is UNSIGNED_INT32 with 32 significant bits.
See Also