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

getAsoc() private method

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

Same methods

ChannelDefinitionBox::getAsoc ( int channel ) : int