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

getAsoc() 개인적인 메소드

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

Same methods

ChannelDefinitionBox::getAsoc ( int channel ) : int