Skip to main content
Module

x/sdl_ts/mod.ts>SDL.TextureModulate

SDL TypeScript bindings.
Go to Latest
enum SDL.TextureModulate
Re-export
import { SDL } from "https://deno.land/x/sdl_ts@v0.0.2/mod.ts";
const { TextureModulate } = SDL;

Members

ALPHA = 2
COLOR = 1
NONE = 0