SDL.Video.Surface.Surface.from_rgb – sdl2 Reference Manual
Surface.from_rgb
Description:
[
CCode
( cname =
"SDL_CreateRGBSurfaceFrom"
) ]
public
Surface.from_rgb
(
void
* pixels,
int
width,
int
height,
int
depth,
int
pitch,
uint32
rmask,
uint32
gmask,
uint32
bmask,
uint32
amask)
2022 vala-language.org