Grx.Pixmap.mirror
@accepts(Grx.Pixmap, Grx.PixmapMirrorFlags)
@returns(Grx.Pixmap)
def mirror(self, flags):
# Python wrapper for grx_pixmap_mirror()
Creates a new pixmap, flipping left-right and/or top-bottom as indicated by flags.
- self
the source pixmap
- flags
the mirror flags
- Returns