fromWorkingColorSpace

fun fromWorkingColorSpace(color: Color, targetColorSpace: ColorSpace): Color

Deprecated

Renamed in three.js r177.

Replace with

workingToColorSpace(color, targetColorSpace)

Deprecated alias for workingToColorSpace (renamed in three.js r177).

Return

The converted color.

Parameters

color

The color to convert.

targetColorSpace

The target color space.