[]
        
(Showing Draft Content)

CSJ2K.Color.PalettizedColorSpaceMapper.getCompSubsX

getCompSubsX Method

getCompSubsX(int)

Returns the component subsampling factor in the horizontal direction, for the specified component. This is, approximately, the ratio of dimensions between the reference grid and the component itself, see the 'ImgData' interface desription for details.

Declaration
public override int getCompSubsX(int c)
Parameters
Type Name Description
int c

The index of the component (between 0 and N-1)

Returns
Type Description
int

The horizontal subsampling factor of component 'c'

Overrides