Skip to main content
Module

x/targadactyl/deps.ts>Color

tga.js implemented in Deno
Latest
type alias Color
import { type Color } from "https://deno.land/x/targadactyl@1.2.0/deps.ts";

An Color is represented by 4 floats, typically with values between 0 and 1.0. In order, the floats correspond to red, green, blue, alpha.

definition: Float32Array