|
Blender V5.0
|
#include <fallback_default_look.hh>
Inherits blender::ocio::Look.
Public Member Functions | |
| FallbackDefaultLook () | |
| StringRefNull | name () const override |
| StringRefNull | ui_name () const override |
| StringRefNull | description () const override |
| StringRefNull | view () const override |
| StringRefNull | process_space () const override |
| Public Member Functions inherited from blender::ocio::Look | |
| virtual | ~Look ()=default |
Additional Inherited Members | |
| Public Attributes inherited from blender::ocio::Look | |
| int | index = -1 |
| bool | is_noop = false |
Definition at line 11 of file fallback_default_look.hh.
|
inline |
Definition at line 13 of file fallback_default_look.hh.
References blender::ocio::Look::index, and blender::ocio::Look::is_noop.
|
inlineoverridevirtual |
Description of the look from the OpenColorIO config.
Implements blender::ocio::Look.
Definition at line 29 of file fallback_default_look.hh.
|
inlineoverridevirtual |
Name of this look. The name is used to address to this look from various places of the configuration.
Implements blender::ocio::Look.
Definition at line 19 of file fallback_default_look.hh.
Referenced by ui_name().
|
inlineoverridevirtual |
process_space defines the color space the image required to be in for the math to apply correctly.
Implements blender::ocio::Look.
Definition at line 39 of file fallback_default_look.hh.
|
inlineoverridevirtual |
Name of the look presented in the interface. It is typically derived from the OpenColorIO's look name by stripping the view name prefix/
Implements blender::ocio::Look.
Definition at line 24 of file fallback_default_look.hh.
References name().
|
inlineoverridevirtual |
When not empty the look is specific to the view with the given name.
Implements blender::ocio::Look.
Definition at line 34 of file fallback_default_look.hh.