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: 10.12.3.0 (10.12.3.0)
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