UNPKG

@valeera/mathx

Version:

A math library written in TS.

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