#include <mmsfbsurface.h>
Public Attributes | |
int | w |
width | |
int | h |
height | |
MMSFBColor | color |
color for drawing/blitting | |
bool | clipped |
is a clip region set? | |
MMSFBRegion | clip |
current clip region | |
bool | iswinsurface |
the surface is a window surface | |
bool | islayersurface |
the surface is the layer surface note: for example it is possible to have a window surface in combination with this layer flag | |
MMSFBDrawingFlags | drawingflags |
drawing flags | |
MMSFBBlittingFlags | blittingflags |
blitting flags | |
MMSFBFont * | font |
font | |
MMSFBSurfaceBuffer * | surface_buffer |
the surface buffer(s) | |
MMSFBColor | shadow_top_color |
color of the shadow on the top, no shadow is drawn if shadow_top_color.a is set to 0 (default) | |
MMSFBColor | shadow_bottom_color |
color of the shadow on the bottom, no shadow is drawn if shadow_bottom_color.a is set to 0 (default) | |
MMSFBColor | shadow_left_color |
color of the shadow on the left, no shadow is drawn if shadow_left_color.a is set to 0 (default) | |
MMSFBColor | shadow_right_color |
color of the shadow on the right, no shadow is drawn if shadow_right_color.a is set to 0 (default) | |
MMSFBColor | shadow_top_left_color |
color of the shadow on the top-left, no shadow is drawn if shadow_top_left_color.a is set to 0 (default) | |
MMSFBColor | shadow_top_right_color |
color of the shadow on the top-right, no shadow is drawn if shadow_top_right_color.a is set to 0 (default) | |
MMSFBColor | shadow_bottom_left_color |
color of the shadow on the bottom-left, no shadow is drawn if shadow_bottom_left_color.a is set to 0 (default) | |
MMSFBColor | shadow_bottom_right_color |
color of the shadow on the bottom-right, no shadow is drawn if shadow_bottom_right_color.a is set to 0 (default) |
Definition at line 140 of file mmsfbsurface.h.
the surface is the layer surface note: for example it is possible to have a window surface in combination with this layer flag
Definition at line 155 of file mmsfbsurface.h.
color of the shadow on the top, no shadow is drawn if shadow_top_color.a is set to 0 (default)
Definition at line 165 of file mmsfbsurface.h.
color of the shadow on the bottom, no shadow is drawn if shadow_bottom_color.a is set to 0 (default)
Definition at line 167 of file mmsfbsurface.h.
color of the shadow on the left, no shadow is drawn if shadow_left_color.a is set to 0 (default)
Definition at line 169 of file mmsfbsurface.h.
color of the shadow on the right, no shadow is drawn if shadow_right_color.a is set to 0 (default)
Definition at line 171 of file mmsfbsurface.h.
color of the shadow on the top-left, no shadow is drawn if shadow_top_left_color.a is set to 0 (default)
Definition at line 173 of file mmsfbsurface.h.
color of the shadow on the top-right, no shadow is drawn if shadow_top_right_color.a is set to 0 (default)
Definition at line 175 of file mmsfbsurface.h.
color of the shadow on the bottom-left, no shadow is drawn if shadow_bottom_left_color.a is set to 0 (default)
Definition at line 177 of file mmsfbsurface.h.
color of the shadow on the bottom-right, no shadow is drawn if shadow_bottom_right_color.a is set to 0 (default)
Definition at line 179 of file mmsfbsurface.h.