UNPKG

@valeera/mathx

Version:

A math library written in TS.

9 lines (8 loc) 165 B
export interface IColorCMYKJson { c: number; m: number; y: number; k: number; } export interface IColorCMYK extends Float32Array, IColorCMYKJson { }