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

getCMP() 개인적인 메소드

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

Same methods

ComponentMappingBox::getCMP ( int channel ) : int