SdlSurfacePointerEx extension

on

Methods

blit(Pointer<SdlSurface> dst, {Rectangle<double>? srcrect, Rectangle<double>? dstrect}) int

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

blitScaled(Pointer<SdlSurface> dst, {Rectangle<double>? srcrect, Rectangle<double>? dstrect}) int

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

convert(Pointer<SdlPixelFormat> fmt, int flags) Pointer<SdlSurface>

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

convertFormat(int pixelFormat, int flags) Pointer<SdlSurface>

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

createColorCursor(int hotX, int hotY) Pointer<SdlCursor>

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

duplicate() Pointer<SdlSurface>

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

fillRect(Rectangle<double>? rect, int color) int

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

fillRects(List<Rectangle<double>> rects, int color) int

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

free() bool

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

getAlphaMod() int?

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

getBlendMode() int?

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

getClipRect() Rectangle<double>

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

getColorKey() int?

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

getColorMod() int?

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

hadColorKey() bool

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

hasRre() bool

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

loadBmpRw(Pointer<SdlRWops> src, int freesrc) Pointer<SdlSurface>

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

lock() int

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

lowerBlit(Pointer<SdlSurface> dst, {Rectangle<double>? srcrect, Rectangle<double>? dstrect}) int

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

lowerBlitScaled(Pointer<SdlSurface> dst, {Rectangle<double>? srcrect, Rectangle<double>? dstrect}) int

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

saveBmp(String file) int

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

saveBmpRw(Pointer<SdlRWops> dst, int freedst) int

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

setAlphaMod(int alpha) int

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

setBlendMode(int blendMode) int

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

setClipRect([Rectangle<double>? rect]) bool

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

setColorKey(int flag, int key) int

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

setColorMod(int r, int g, int b) int

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

setPalette(Pointer<SdlPalette> palette) int

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

setRre(int flag) int

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

softStretch(Pointer<SdlSurface> dst, {Rectangle<double>? srcrect, Rectangle<double>? dstrect}) int

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

softStretchLinear(Pointer<SdlSurface> dst, {Rectangle<double>? srcrect, Rectangle<double>? dstrect}) int

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

unlock() → void

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

upperBlit(Pointer<SdlSurface> dst, {Rectangle<double>? srcrect, Rectangle<double>? dstrect}) int

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension

upperBlitScaled(Pointer<SdlSurface> dst, {Rectangle<double>? srcrect, Rectangle<double>? dstrect}) int

Available on Pointer<SdlSurface>, provided by the SdlSurfacePointerEx extension