CSJ2K.Color.Boxes.ChannelDefinitionBox.getTyp C# (CSharp) 메소드

getTyp() 개인적인 메소드

Return the channel type from the record.
private getTyp ( byte bfr ) : int
bfr byte
리턴 int
        private int getTyp(byte[] bfr)
        {
            return ICCProfile.getShort(bfr, 2);
        }

Same methods

ChannelDefinitionBox::getTyp ( int channel ) : int