UNPKG

@tolokoban/tgd

Version:

ToloGameDev library for WebGL2

12 lines 373 B
import { TgdCodeFunctions } from "../shader"; /** * Fast hue shifting for colors. * Hue shift is expressed in __radians__. */ export declare function tgdCodeFunction_shiftHue({ name, }?: { name?: string; }): TgdCodeFunctions; export declare function tgdCodeFunction_luminance({ name, }?: { name?: string; }): TgdCodeFunctions; //# sourceMappingURL=color.d.ts.map