cineonToneMapping()
ts
function cineonToneMapping(params?: ToneMappingParams): EffectPass<{
uExposure: number;
uConvertToSRGB: boolean;
}>;Creates a Cineon tone mapping effect. Mimics the look of film scans.
Parameters
params?
Configuration for the Cineon tone mapping.
Returns
EffectPass<{ uExposure: number; uConvertToSRGB: boolean; }>