Blender V5.0
blender::ocio::FallbackDefaultLook Class Reference

#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

Detailed Description

Definition at line 11 of file fallback_default_look.hh.

Constructor & Destructor Documentation

◆ FallbackDefaultLook()

blender::ocio::FallbackDefaultLook::FallbackDefaultLook ( )
inline

Member Function Documentation

◆ description()

StringRefNull blender::ocio::FallbackDefaultLook::description ( ) const
inlineoverridevirtual

Description of the look from the OpenColorIO config.

Implements blender::ocio::Look.

Definition at line 29 of file fallback_default_look.hh.

◆ name()

StringRefNull blender::ocio::FallbackDefaultLook::name ( ) const
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().

◆ process_space()

StringRefNull blender::ocio::FallbackDefaultLook::process_space ( ) const
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.

◆ ui_name()

StringRefNull blender::ocio::FallbackDefaultLook::ui_name ( ) const
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().

◆ view()

StringRefNull blender::ocio::FallbackDefaultLook::view ( ) const
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.


The documentation for this class was generated from the following file: