menu
sdl2 package
documentation
sdl2/ex/sdl/sdl_surface.dart
SdlSurfacePointerEx
setAlphaMod method
setAlphaMod method
dark_mode
light_mode
setAlphaMod
method
int
setAlphaMod
(
int
alpha
)
Implementation
int setAlphaMod(int alpha) { // 592 return sdlSetSurfaceAlphaMod(this, alpha); }
sdl2 package
documentation
sdl2/ex/sdl/sdl_surface
SdlSurfacePointerEx
setAlphaMod method
SdlSurfacePointerEx extension on
Pointer
<
SdlSurface
>