mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 02:42:05 +02:00
[Node] imageProcessing: Add scene illuminant color temperature as option for raw processing.
This commit is contained in:
parent
e6088856b2
commit
76ae942b4a
1 changed files with 9 additions and 0 deletions
|
@ -508,6 +508,15 @@ Convert or apply filtering to the input images.
|
|||
uid=[0],
|
||||
),
|
||||
|
||||
desc.FloatParam(
|
||||
name='correlatedColorTemperature',
|
||||
label='Illuminant Color Temperature',
|
||||
description='Scene illuminant color temperature in Kelvin. A negative or nul value indicates to use metadata information.',
|
||||
value=-1.0,
|
||||
range=(-1.0, 10000.0, 1.0),
|
||||
uid=[0],
|
||||
),
|
||||
|
||||
desc.ChoiceParam(
|
||||
name='storageDataType',
|
||||
label='Storage Data Type for EXR output',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue