Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface ITemplateItem.IColor
import { type ITemplateItem } from "https://deno.land/x/sptaki@1.2.0/models/eft/common/tables/mod.ts";
const { IColor } = ITemplateItem;

Properties

r: number
g: number
b: number
a: number