|
Blender V5.0
|
#include <OCIO_config.hh>
Public Attributes | |
| StringRefNull | from_colorspace |
| StringRefNull | view |
| StringRefNull | display |
| StringRefNull | look |
| float | scale = 1.0f |
| float | exponent = 1.0f |
| float | temperature = 6500.0f |
| float | tint = 10.0f |
| bool | use_white_balance = false |
| bool | use_hdr_buffer = false |
| bool | use_hdr_display = false |
| bool | is_image_output = false |
| bool | use_display_emulation = false |
| bool | inverse = false |
Definition at line 21 of file OCIO_config.hh.
| StringRefNull blender::ocio::DisplayParameters::display |
Definition at line 25 of file OCIO_config.hh.
Referenced by blender::ocio::create_fallback_display_cpu_processor(), and get_display_buffer_processor().
| float blender::ocio::DisplayParameters::exponent = 1.0f |
Definition at line 29 of file OCIO_config.hh.
Referenced by blender::ocio::create_fallback_display_cpu_processor(), and get_display_buffer_processor().
| StringRefNull blender::ocio::DisplayParameters::from_colorspace |
Definition at line 23 of file OCIO_config.hh.
Referenced by blender::ocio::create_fallback_display_cpu_processor(), and get_display_buffer_processor().
| bool blender::ocio::DisplayParameters::inverse = false |
Definition at line 43 of file OCIO_config.hh.
Referenced by blender::ocio::create_fallback_display_cpu_processor(), and get_display_buffer_processor().
| bool blender::ocio::DisplayParameters::is_image_output = false |
Definition at line 38 of file OCIO_config.hh.
Referenced by get_display_buffer_processor().
| StringRefNull blender::ocio::DisplayParameters::look |
Definition at line 26 of file OCIO_config.hh.
Referenced by blender::ocio::create_fallback_display_cpu_processor(), and get_display_buffer_processor().
| float blender::ocio::DisplayParameters::scale = 1.0f |
Definition at line 28 of file OCIO_config.hh.
Referenced by blender::ocio::create_fallback_display_cpu_processor(), and get_display_buffer_processor().
| float blender::ocio::DisplayParameters::temperature = 6500.0f |
Definition at line 30 of file OCIO_config.hh.
Referenced by blender::ocio::create_fallback_display_cpu_processor(), and get_display_buffer_processor().
| float blender::ocio::DisplayParameters::tint = 10.0f |
Definition at line 31 of file OCIO_config.hh.
Referenced by blender::ocio::create_fallback_display_cpu_processor(), and get_display_buffer_processor().
| bool blender::ocio::DisplayParameters::use_display_emulation = false |
Definition at line 41 of file OCIO_config.hh.
Referenced by get_display_buffer_processor().
| bool blender::ocio::DisplayParameters::use_hdr_buffer = false |
Definition at line 34 of file OCIO_config.hh.
Referenced by get_display_buffer_processor().
| bool blender::ocio::DisplayParameters::use_hdr_display = false |
Definition at line 36 of file OCIO_config.hh.
Referenced by get_display_buffer_processor().
| bool blender::ocio::DisplayParameters::use_white_balance = false |
Definition at line 32 of file OCIO_config.hh.
Referenced by blender::ocio::create_fallback_display_cpu_processor(), and get_display_buffer_processor().
| StringRefNull blender::ocio::DisplayParameters::view |
Definition at line 24 of file OCIO_config.hh.
Referenced by blender::ocio::create_fallback_display_cpu_processor(), and get_display_buffer_processor().