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

getMTYP() private method

private getMTYP ( byte mapping ) : short
mapping byte
return short
        private short getMTYP(byte[] mapping)
        {
            return (short) (mapping[2] & 0x00ff);
        }

Same methods

ComponentMappingBox::getMTYP ( int channel ) : short