CSJ2K.Color.Boxes.ChannelDefinitionBox.getTyp C# (CSharp) Method

getTyp() private method

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

Same methods

ChannelDefinitionBox::getTyp ( int channel ) : int