SDL.Video.Surface.convert_pixels – sdl2 Reference Manual
convert_pixels
Description:
[
CCode
( cname =
"SDL_ConvertPixels"
) ]
public
static
int
convert_pixels
(
int
width,
int
height,
PixelRAWFormat
src_format,
void
* src,
int
src_pitch,
PixelRAWFormat
dst_format,
void
* dst,
int
dst_pitch)
2022 vala-language.org