Skip to main content
Latest
function CreateRGBSurfaceFrom
import { CreateRGBSurfaceFrom } from "https://deno.land/x/sdl_ts@0.0.6/src/SDL/functions.ts";

Parameters

pixels: TypedArray
width: i32
height: i32
depth: i32
pitch: i32
Rmask: u32
Gmask: u32
Bmask: u32
Amask: u32