[]
Returns the reversibility of the given tile-component. Data is reversible when it is suitable for lossless and lossy-to-lossless compression.
public abstract bool isReversible(int param1, int param2)
| Type | Name | Description |
|---|---|---|
| int | param1 | |
| int | param2 |
| Type | Description |
|---|---|
| bool | true is the data is reversible, false if not. |