Skip to content

Commit abe0100

Browse files
committed
fix(postprocessing): export name for tone mapping
1 parent ae16c92 commit abe0100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/postprocessing/src/lib/effects/tone-mapping.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export type ToneMappingEffectOptions = NonNullable<ConstructorParameters<typeof
2020
changeDetection: ChangeDetectionStrategy.OnPush,
2121
hostDirectives: [{ directive: NgtpEffect, inputs: ['blendFunction', 'opacity'] }],
2222
})
23-
export class NgtpBrightnessContrast {
23+
export class NgtpToneMapping {
2424
effect = inject(NgtpEffect, { host: true });
2525
options = input({} as Omit<ToneMappingEffectOptions, 'blendFunction'>);
2626
}

0 commit comments

Comments
 (0)