Surface information.
struct SurfaceInformation {
MU32 Width;
MU32 Height;
MU32 Format;
MU32 ColorMode;
};modacommons.h
|
Members |
Description |
|
MU32 Width; |
Image width in pixels. |
|
MU32 Height; |
Image height in pixels. |
|
MU32 Format; |
Describes the surface format (see Marilou::Commons::SurfaceFormats). |
|
MU32 ColorMode; |
The color mode valid values are 0 (monochrome) or 1 (color mode). |
|
Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|