CSJ2K.Color.ColorSpace.getPaletteChannelBits C# (CSharp) 메소드

getPaletteChannelBits() 공개 메소드

Return bitdepth of the palette entries.
public getPaletteChannelBits ( int c ) : int
c int
리턴 int
        public virtual int getPaletteChannelBits(int c)
        {
            return pbox == null ? 0 : (int)pbox.getBitDepth(c);
        }