Informations sur la surface.
struct SurfaceInformation {
MU32 Width;
MU32 Height;
MU32 Format;
MU32 ColorMode;
};modacommons.h
|
Members |
Description |
|
MU32 Width; |
Largeur de l'image en pixels. |
|
MU32 Height; |
Hauteur de l'image en pixels. |
|
MU32 Format; |
Décrit le format de la surface (voir Marilou::Commons::SurfaceFormats). |
|
MU32 ColorMode; |
Color mode. Les valeurs valides sont 0 (monochrome) et 1 (mode couleur). |
|
Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|