CSJ2K.Color.ColorSpace.getPaletteChannelBits C# (CSharp) Méthode

getPaletteChannelBits() public méthode

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