Skip to content

Commit 751bd90

Browse files
committed
Further grammatical changes to comments.
1 parent f0239bc commit 751bd90

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

model/gamut_compress.ctl

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,26 @@
22
// <ACESuserName>ACES 1.3 Look - Gamut Compress</ACESuserName>
33

44
//
5-
// Gamut compressor to bring out-of-gamut scene-referred values into AP1
5+
// Gamut compression algorithm to bring out-of-gamut scene-referred values into AP1
66
//
77

88
//
99
// Usage:
1010
// This transform is intended to be applied to AP0 data, immediately after the IDT, so
1111
// that all grading or compositing operations are downstream of the compression, and
12-
// therefore work only with positive AP1 values. It is however not recommended to bake
13-
// the compression into VFX pulls, as it may be beneficial for compositors to have access
14-
// to the unmodified image data.
12+
// therefore work only with positive AP1 values.
13+
//
14+
// Note:
15+
// It is not recommended to bake the compression into VFX pulls, as it may be beneficial
16+
// for compositors to have access to the unmodified image data.
1517
//
1618
// Direction:
1719
// By default this transform operates in the forward direction, i.e. compressing the
1820
// gamut. If instead an inverse operation is needed, i.e. undoing a prior gamut
19-
// compression, there is a runtime flag to do this. In ctlrender, this can be achieved by
21+
// compression, there is a runtime flag available. In ctlrender, this can be achieved by
2022
// appending '-param1 invert 1' after the '-ctl gamut_compress.ctl' string.
2123
//
22-
// Input and output:
23-
// ACES2065-1
24+
// Input and output: ACES2065-1
2425
//
2526

2627

0 commit comments

Comments
 (0)