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

getCn() private method

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

Same methods

ChannelDefinitionBox::getCn ( int asoc ) : int