CSJ2K.Color.Boxes.ComponentMappingBox.getCMP C# (CSharp) Method

getCMP() private method

private getCMP ( byte mapping ) : int
mapping byte
return int
        private int getCMP(byte[] mapping)
        {
            return ICCProfile.getShort(mapping, 0) & 0x0000ffff;
        }

Same methods

ComponentMappingBox::getCMP ( int channel ) : int