Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/targadactyl/src/types.ts>TgaType

tga.js implemented in Deno
Latest
enum TgaType
import { TgaType } from "https://deno.land/x/targadactyl@1.2.0/src/types.ts";

Members

TYPE_GREY = 3
TYPE_INDEXED = 1
TYPE_NO_DATA = 0
TYPE_RGB = 2
TYPE_RLE_GREY = 11
TYPE_RLE_INDEXED = 9
TYPE_RLE_RGB = 10