UNPKG

@tolokoban/tgd

Version:

ToloGameDev library for WebGL2

12 lines 404 B
import { TgdColor } from "./color"; export declare function tgdColorMakeHueWheel({ steps, shift, luminance, saturation, }: Partial<{ steps: number; shift: number; saturation: number; luminance: number; }>): TgdColor[]; /** * This function can be useful in `Array.map()` functions. */ export declare function tgdColorToString(color: TgdColor): string; //# sourceMappingURL=utils.d.ts.map