| SoDataCompressorTileInfoIsRGBA Property |
True if tile data is a RGBA color packed in a 32bits integer.
Namespace: OIV.LDM.CompressorsAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.1.2.0 (10.17.2.0)
Syntaxpublic bool IsRGBA { get; set; }Public Property IsRGBA As Boolean
Get
Set
public:
property bool IsRGBA {
bool get ();
void set (bool value);
}member IsRGBA : bool with get, set
Property Value
Type:
Boolean
Remarks
See Also