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: 2023.1.3.0 (2023.1.3)
Syntax public 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:
BooleanRemarks See Also