|
Blender V5.0
|
#include <COM_ocio_color_space_conversion_shader.hh>
Public Member Functions | |
| OCIOToDisplayShaderKey (const ColorManagedDisplaySettings &display_settings, const ColorManagedViewSettings &view_settings, const bool inverse, const std::string &config_cache_id) | |
| uint64_t | hash () const |
Public Attributes | |
| std::string | display_device |
| std::string | view_transform |
| std::string | look |
| bool | inverse |
| std::string | config_cache_id |
Definition at line 86 of file COM_ocio_color_space_conversion_shader.hh.
| blender::compositor::OCIOToDisplayShaderKey::OCIOToDisplayShaderKey | ( | const ColorManagedDisplaySettings & | display_settings, |
| const ColorManagedViewSettings & | view_settings, | ||
| const bool | inverse, | ||
| const std::string & | config_cache_id ) |
Definition at line 608 of file ocio_color_space_conversion_shader.cc.
References config_cache_id, display_device, inverse, look, and view_transform.
| uint64_t blender::compositor::OCIOToDisplayShaderKey::hash | ( | ) | const |
Definition at line 620 of file ocio_color_space_conversion_shader.cc.
References config_cache_id, display_device, blender::get_default_hash(), inverse, look, and view_transform.
| std::string blender::compositor::OCIOToDisplayShaderKey::config_cache_id |
Definition at line 92 of file COM_ocio_color_space_conversion_shader.hh.
Referenced by hash(), OCIOToDisplayShaderKey(), and blender::compositor::operator==().
| std::string blender::compositor::OCIOToDisplayShaderKey::display_device |
Definition at line 88 of file COM_ocio_color_space_conversion_shader.hh.
Referenced by hash(), OCIOToDisplayShaderKey(), and blender::compositor::operator==().
| bool blender::compositor::OCIOToDisplayShaderKey::inverse |
Definition at line 91 of file COM_ocio_color_space_conversion_shader.hh.
Referenced by hash(), OCIOToDisplayShaderKey(), and blender::compositor::operator==().
| std::string blender::compositor::OCIOToDisplayShaderKey::look |
Definition at line 90 of file COM_ocio_color_space_conversion_shader.hh.
Referenced by hash(), OCIOToDisplayShaderKey(), and blender::compositor::operator==().
| std::string blender::compositor::OCIOToDisplayShaderKey::view_transform |
Definition at line 89 of file COM_ocio_color_space_conversion_shader.hh.
Referenced by hash(), OCIOToDisplayShaderKey(), and blender::compositor::operator==().