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);
        }