ColorSpace
A color space identifier. three.js uses plain strings for these, such as 'srgb'. Each member below names its string.
Entries
No color space (three.js ''). Treated as a linear transfer, no conversion.
sRGB-linear color space (three.js 'srgb-linear'); the default working space.
Display-P3 color space (three.js 'display-p3'). Not registered, so converting with it throws until you add it with ColorManagement.define.
Linear Display-P3 color space (three.js 'display-p3-linear'). Not registered, so converting with it throws until you add it with ColorManagement.define.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.