[]
        
(Showing Draft Content)

CSJ2K.j2k.ModuleSpec.getTileCompVal

getTileCompVal Method

getTileCompVal(int, int)

Gets value of specified tile-component. This method calls getSpec but has a public access.

Declaration
public virtual object getTileCompVal(int t, int c)
Parameters
Type Name Description
int t

Tile index

int c

Component index

Returns
Type Description
object

The value of this tile-component (Must be casted before use)

See Also