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

enum BitmapFlags in Tinman.AddOns.Rendering

Flags for loading images.

[Flags]
enum BitmapFlags  

Items

Default = 0

Default image flags.

Opaque = 0x01

The image will be loaded as fully opaque.

Grayscale = 0x02

The image will be loaded as grayscale.

Mipmaps = 0x04

The image will have mipmap levels.