BitmapFlags

Description

[Flags]
enum Tinman.Engine.Drawing.BitmapFlags

Flags for loading images.

Public / Constants

Default

public constant Default → (0:int32)

Default image flags.

Opaque

public constant Opaque → (1:int32)

The image will be loaded as fully opaque.

Grayscale

public constant Grayscale → (2:int32)

The image will be loaded as grayscale.

Mipmaps

public constant Mipmaps → (4:int32)

The image will have mipmap levels.

All

public constant All → (7:int32)

All flags.