[]
        
(Showing Draft Content)

CSJ2K.Color.Boxes.PaletteBox

PaletteBox Class

This class models the palette box contained in a JP2 image.

Inheritance
PaletteBox
Namespace: CSJ2K.Color.Boxes
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public sealed class PaletteBox : JP2Box

Constructors

Name Description
PaletteBox(RandomAccessIO, int)

Construct a PaletteBox from an input image.

Properties

Name Description
NumColumns

Return the number of palette columns.

NumEntries

Return the number of palette entries.

Methods

Name Description
ToString()

Return a suitable String representation of the class instance.

getBitDepth(int)

Return the bitdepth of palette entries.

getEntry(int, int)

Return an entry for a given index and column.

isSigned(int)

Are entries signed predicate.

isUnSigned(int)

Are entries unsigned predicate.