UNPKG

@valeera/mathx

Version:

A math library written in TS.

7 lines (6 loc) 185 B
import { IColorRGBJson } from "./IColorRGB"; export interface IColorRGBAJson extends IColorRGBJson { a: number; } export interface IColorRGBA extends Uint8Array, IColorRGBAJson { }