Skip to content

Commit 30c78be

Browse files
authored
Fix False Color
Kind of hacky but the current false color is a hack already anyways.
1 parent 036b318 commit 30c78be

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

config.ocio

+11-7
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ displays:
3030
- !<View> {name: Display's Native, colorspace: sRGB 2.2}
3131
- !<View> {name: AgX, colorspace: AgX Base sRGB}
3232
- !<View> {name: AgX Log,colorspace: AgX Log}
33-
- !<View> {name: AgX False Color, colorspace: AgX False Color}
33+
- !<View> {name: AgX False Color, colorspace: AgX False Color sRGB}
3434
- !<View> {name: None, colorspace: Generic Data}
3535
Display P3:
3636
- !<View> {name: Display's Native, colorspace: Display P3 2.2}
@@ -42,7 +42,7 @@ displays:
4242
- !<View> {name: Display's Native, colorspace: BT.1886 2.4}
4343
- !<View> {name: AgX, colorspace: AgX Base BT.1886}
4444
- !<View> {name: AgX Log,colorspace: AgX Log}
45-
- !<View> {name: AgX False Color, colorspace: AgX False Color}
45+
- !<View> {name: AgX False Color, colorspace: AgX False Color sRGB}
4646
- !<View> {name: None, colorspace: Generic Data}
4747
BT.2020:
4848
- !<View> {name: Display's Native, colorspace: BT.2020 2.4}
@@ -52,7 +52,7 @@ displays:
5252
- !<View> {name: None, colorspace: Generic Data}
5353
active_displays: []
5454
active_views: []
55-
inactive_colorspaces: [Moment Spherical Compression, Post Formation Compression sRGB, Post Formation Compression P3, Display P3 2.2 I-E, sRGB 2.2 I-E, BT.2020 2.4 I-E, AgX False Color, AgX False Color Display P3, AgX False Color BT.2020]
55+
inactive_colorspaces: [Moment Spherical Compression, Post Formation Compression sRGB, Post Formation Compression P3, Display P3 2.2 I-E, sRGB 2.2 I-E, BT.2020 2.4 I-E, AgX False Color sRGB, AgX False Color Display P3, AgX False Color BT.2020]
5656

5757

5858
looks:
@@ -404,7 +404,7 @@ colorspaces:
404404
- !<ColorSpaceTransform> {src: BT.2020 2.4, dst: BT.1886 2.4}
405405

406406
- !<ColorSpace>
407-
name: AgX False Color
407+
name: AgX False Color sRGB
408408
aliases: [False Color, False Colour]
409409
family: Imagery
410410
equalitygroup:
@@ -418,8 +418,10 @@ colorspaces:
418418
- !<ColorSpaceTransform> {src: sRGB 2.2, dst: Linear BT.709 I-D65}
419419
- !<MatrixTransform> {matrix: [0.2126729, 0.7151521, 0.0721750, 0, 0.2126729, 0.7151521, 0.0721750, 0, 0.2126729, 0.7151521, 0.0721750, 0, 0, 0, 0, 1]}
420420
- !<ColorSpaceTransform> {src: Linear BT.709 I-D65, dst: sRGB 2.2}
421-
- !<ColorSpaceTransform> {src: AgX Base sRGB, dst: AgX log}
421+
- !<ColorSpaceTransform> {src: AgX Base sRGB, dst: AgX Log}
422422
- !<FileTransform> {src: False_Color.spi3d, interpolation: best}
423+
- !<ExposureContrastTransform> {contrast: 1.5, pivot: 0.5}
424+
- !<RangeTransform> {max_in_value: 1, max_out_value: 1}
423425

424426
- !<ColorSpace>
425427
name: AgX False Color Display P3
@@ -438,7 +440,9 @@ colorspaces:
438440
- !<ColorSpaceTransform> {src: Linear DCI-P3 I-D65, dst: Display P3 2.2}
439441
- !<ColorSpaceTransform> {src: AgX Base Display P3, dst: AgX Log}
440442
- !<FileTransform> {src: False_Color.spi3d, interpolation: best}
441-
443+
- !<ExposureContrastTransform> {contrast: 1.5, pivot: 0.5}
444+
- !<RangeTransform> {max_in_value: 1, max_out_value: 1}
445+
442446
- !<ColorSpace>
443447
name: AgX False Color BT.2020
444448
aliases: []
@@ -456,7 +460,7 @@ colorspaces:
456460
- !<ColorSpaceTransform> {src: Linear BT.2020 I-D65, dst: BT.2020 2.4}
457461
- !<ColorSpaceTransform> {src: AgX Base BT.2020, dst: AgX Log}
458462
- !<FileTransform> {src: False_Color.spi3d, interpolation: best}
459-
463+
460464
- !<ColorSpace>
461465
name: sRGB 2.2
462466
aliases: [sRGB, sRGB 2.2 I-D65]

0 commit comments

Comments
 (0)