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

x/caviar/src/types.ts>RGBA

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Latest
type alias RGBA
import { type RGBA } from "https://deno.land/x/caviar@2.6.7/src/types.ts";
definition:
[
number,
number,
number,
number,
]