Skip to main content
Module

x/colors/mod.ts

Color conversion and stuff in TypeScript
Go to Latest
File
export { Color, DELTA, meanDistance, STANDARD_ILLUMINANT,} from "./src/color.ts";
export { fromLinear, toLinear } from "./src/util/linear.ts";