UNPKG

@takram/three-atmosphere

Version:
4 lines (3 loc) 247 B
import { Color } from 'three'; export declare function convertTemperatureToLinearSRGBChromaticity(temperature: number, result?: Color): Color; export declare function convertBVIndexToLinearSRGBChromaticity(bvIndex: number, result?: Color): Color;