TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

struct Tinman.Image.Raw.Layout

Short Name:
  • struct Layout
Fields:

Describes the binary layout of a raw image pixel.

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required type Raw.Type    

The binary data type of each raw pixel channel.

required order ByteOrder    

The byte order of the raw pixel data.

optional count number  
1

Number of raw pixel channels.

optional red number  
0

Index of raw pixel channel that shall be mapped to the red channel.

optional green number  
0

Index of raw pixel channel that shall be mapped to the green channel.

optional blue number  
0

Index of raw pixel channel that shall be mapped to the blue channel.

optional alpha number  
-1

Index of raw pixel channel that shall be mapped to the alpha channel.

Usages

The following table shows all usages of this config type.

Used By: