UNPKG

threepipe

Version:

A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.

6 lines 422 B
import { Color, Vector4 } from 'three'; export declare function vRGBMToLinear(value: Vector4, maxRange: number): Vector4; export declare function cRGBMToLinear(value: Vector4, maxRange: number): Color; export declare function vLinearToRGBM(value: Vector4, maxRange: number): Vector4; export declare function cLinearToRGBM(value: Color, maxRange: number): Vector4; //# sourceMappingURL=../src/utils/color-encodings.d.ts.map