CSJ2K.Color.Boxes.ComponentMappingBox.getMTYP C# (CSharp) 메소드

getMTYP() 개인적인 메소드

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

Same methods

ComponentMappingBox::getMTYP ( int channel ) : short