UNPKG

@valeera/mathx

Version:

A math library written in TS.

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