Skip to content

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?

ToneMappingParams

Configuration for the Cineon tone mapping.

Returns

EffectPass<{ uExposure: number; uConvertToSRGB: boolean; }>

Released under the MIT License.