|
Blender V5.0
|
#include <OCIO_gpu_shader_binder.hh>
Public Attributes | |
| StringRefNull | from_colorspace |
| StringRefNull | view |
| StringRefNull | display |
| StringRefNull | look |
| CurveMapping * | curve_mapping = nullptr |
| float | scale = 1.0f |
| float | exponent = 1.0f |
| float | dither = 0.0f |
| float | temperature = 6500.0f |
| float | tint = 10.0f |
| bool | use_white_balance = false |
| bool | use_predivide = false |
| bool | do_overlay_merge = false |
| bool | use_hdr_buffer = false |
| bool | use_hdr_display = false |
| bool | use_display_emulation = false |
Definition at line 38 of file OCIO_gpu_shader_binder.hh.
| CurveMapping* blender::ocio::GPUDisplayParameters::curve_mapping = nullptr |
Definition at line 45 of file OCIO_gpu_shader_binder.hh.
Referenced by blender::ocio::GPUShaderBinder::display_bind(), IMB_colormanagement_setup_glsl_draw_from_space(), and blender::ocio::internal::GPUDisplayShader::matches().
| StringRefNull blender::ocio::GPUDisplayParameters::display |
Definition at line 42 of file OCIO_gpu_shader_binder.hh.
Referenced by blender::ocio::GPUShaderBinder::display_bind(), IMB_colormanagement_setup_glsl_draw_from_space(), and blender::ocio::internal::GPUDisplayShader::matches().
| float blender::ocio::GPUDisplayParameters::dither = 0.0f |
Definition at line 48 of file OCIO_gpu_shader_binder.hh.
Referenced by IMB_colormanagement_setup_glsl_draw_from_space().
| bool blender::ocio::GPUDisplayParameters::do_overlay_merge = false |
Definition at line 55 of file OCIO_gpu_shader_binder.hh.
Referenced by IMB_colormanagement_setup_glsl_draw_from_space().
| float blender::ocio::GPUDisplayParameters::exponent = 1.0f |
Definition at line 47 of file OCIO_gpu_shader_binder.hh.
Referenced by IMB_colormanagement_setup_glsl_draw_from_space().
| StringRefNull blender::ocio::GPUDisplayParameters::from_colorspace |
| StringRefNull blender::ocio::GPUDisplayParameters::look |
Definition at line 43 of file OCIO_gpu_shader_binder.hh.
Referenced by blender::ocio::GPUShaderBinder::display_bind(), IMB_colormanagement_setup_glsl_draw_from_space(), and blender::ocio::internal::GPUDisplayShader::matches().
| float blender::ocio::GPUDisplayParameters::scale = 1.0f |
Definition at line 46 of file OCIO_gpu_shader_binder.hh.
Referenced by IMB_colormanagement_setup_glsl_draw_from_space().
| float blender::ocio::GPUDisplayParameters::temperature = 6500.0f |
Definition at line 49 of file OCIO_gpu_shader_binder.hh.
Referenced by IMB_colormanagement_setup_glsl_draw_from_space().
| float blender::ocio::GPUDisplayParameters::tint = 10.0f |
Definition at line 50 of file OCIO_gpu_shader_binder.hh.
Referenced by IMB_colormanagement_setup_glsl_draw_from_space().
| bool blender::ocio::GPUDisplayParameters::use_display_emulation = false |
Definition at line 62 of file OCIO_gpu_shader_binder.hh.
Referenced by blender::ocio::GPUShaderBinder::display_bind(), IMB_colormanagement_setup_glsl_draw_from_space(), and blender::ocio::internal::GPUDisplayShader::matches().
| bool blender::ocio::GPUDisplayParameters::use_hdr_buffer = false |
Definition at line 57 of file OCIO_gpu_shader_binder.hh.
Referenced by blender::ocio::GPUShaderBinder::display_bind(), IMB_colormanagement_setup_glsl_draw_from_space(), and blender::ocio::internal::GPUDisplayShader::matches().
| bool blender::ocio::GPUDisplayParameters::use_hdr_display = false |
Definition at line 59 of file OCIO_gpu_shader_binder.hh.
Referenced by blender::ocio::GPUShaderBinder::display_bind(), IMB_colormanagement_setup_glsl_draw_from_space(), and blender::ocio::internal::GPUDisplayShader::matches().
| bool blender::ocio::GPUDisplayParameters::use_predivide = false |
Definition at line 53 of file OCIO_gpu_shader_binder.hh.
Referenced by IMB_colormanagement_setup_glsl_draw_from_space(), and blender::ocio::GPUShaderBinder::to_scene_linear_bind().
| bool blender::ocio::GPUDisplayParameters::use_white_balance = false |
Definition at line 51 of file OCIO_gpu_shader_binder.hh.
Referenced by IMB_colormanagement_setup_glsl_draw_from_space().
| StringRefNull blender::ocio::GPUDisplayParameters::view |
Definition at line 41 of file OCIO_gpu_shader_binder.hh.
Referenced by blender::ocio::GPUShaderBinder::display_bind(), IMB_colormanagement_setup_glsl_draw_from_space(), and blender::ocio::internal::GPUDisplayShader::matches().