SdlSurfacePointerEx extension

on

Methods

blit(Pointer<SdlSurface> dst, {Rectangle<double>? srcrect, Rectangle<double>? dstrect}) int
blitScaled(Pointer<SdlSurface> dst, {Rectangle<double>? srcrect, Rectangle<double>? dstrect}) int
convert(Pointer<SdlPixelFormat> fmt, int flags) Pointer<SdlSurface>
convertFormat(int pixelFormat, int flags) Pointer<SdlSurface>
createColorCursor(int hotX, int hotY) Pointer<SdlCursor>
duplicate() Pointer<SdlSurface>
fillRect(Rectangle<double>? rect, int color) int
fillRects(List<Rectangle<double>> rects, int color) int
free() bool
getAlphaMod() int?
getBlendMode() int?
getClipRect() Rectangle<double>
getColorKey() int?
getColorMod() int?
hadColorKey() bool
hasRre() bool
loadBmpRw(Pointer<SdlRWops> src, int freesrc) Pointer<SdlSurface>
lock() int
lowerBlit(Pointer<SdlSurface> dst, {Rectangle<double>? srcrect, Rectangle<double>? dstrect}) int
lowerBlitScaled(Pointer<SdlSurface> dst, {Rectangle<double>? srcrect, Rectangle<double>? dstrect}) int
saveBmp(String file) int
saveBmpRw(Pointer<SdlRWops> dst, int freedst) int
setAlphaMod(int alpha) int
setBlendMode(int blendMode) int
setClipRect([Rectangle<double>? rect]) bool
setColorKey(int flag, int key) int
setColorMod(int r, int g, int b) int
setPalette(Pointer<SdlPalette> palette) int
setRre(int flag) int
softStretch(Pointer<SdlSurface> dst, {Rectangle<double>? srcrect, Rectangle<double>? dstrect}) int
softStretchLinear(Pointer<SdlSurface> dst, {Rectangle<double>? srcrect, Rectangle<double>? dstrect}) int
unlock() → void
upperBlit(Pointer<SdlSurface> dst, {Rectangle<double>? srcrect, Rectangle<double>? dstrect}) int
upperBlitScaled(Pointer<SdlSurface> dst, {Rectangle<double>? srcrect, Rectangle<double>? dstrect}) int