CSJ2K.Color.Boxes.ChannelDefinitionBox.getCn C# (CSharp) Метод

getCn() приватный Метод

Return the channel from the record.
private getCn ( byte bfr ) : int
bfr byte
Результат int
        private int getCn(byte[] bfr)
        {
            return ICCProfile.getShort(bfr, 0);
        }

Same methods

ChannelDefinitionBox::getCn ( int asoc ) : int