menu
sdl2 package
documentation
sdl2/ex/sdl/sdl_texture.dart
SdlTexturePointerEx
setAlphaMod method
setAlphaMod method
dark_mode
light_mode
setAlphaMod
method
int
setAlphaMod
(
int
alpha
)
Implementation
int setAlphaMod(int alpha) { // 458 return sdlSetTextureAlphaMod(this, alpha); }
sdl2 package
documentation
sdl2/ex/sdl/sdl_texture
SdlTexturePointerEx
setAlphaMod method
SdlTexturePointerEx extension on
Pointer
<
SdlTexture
>