Flags for loading images.
[Flags]
|
|||||
enum
|
BitmapFlags
|
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. |