[]
Apply the inverse component transformation associated with the current tile. If no component transformation has been requested by the user, data are not modified. Else, appropriate method is called (invRCT or invICT).
public virtual DataBlk getInternCompData(DataBlk blk, int c)
Type | Name | Description |
---|---|---|
DataBlk | blk | Determines the rectangular area to return. |
int | c | Index of the output component. |
Type | Description |
---|---|
DataBlk | The requested DataBlk |