Module ilda::data [] [src]

Structures in the ILDA data model.

Structs

ColorPalette

Color Palette (format 2)

Header

A Raw ILDA header.

IndexedPoint2d

2D Coordinates with Indexed Color (format 1)

IndexedPoint3d

3D Coordinates with Indexed Color (format 0)

TrueColorPoint2d

3D Coordinates with True Color (format 5)

TrueColorPoint3d

3D Coordinates with True Color (format 4)

Enums

Format

The payload encoding formats currently supported.

IldaEntry

ILDA header and data records.

Constants

COLOR_PALETTE_SIZE

Size of an ILDA color palette data section in bytes.

HEADER_SIZE

Size of an ILDA header section in bytes.

INDEXED_2D_DATA_SIZE

Size of an ILDA Indexed 2D point data section in bytes.

INDEXED_3D_DATA_SIZE

Size of an ILDA Indexed 3D point data section in bytes.

TRUE_COLOR_2D_DATA_SIZE

Size of an ILDA True Color 2D point data section in bytes.

TRUE_COLOR_3D_DATA_SIZE

Size of an ILDA True Color 3D point data section in bytes.