|
Blender V4.5
|
#include <OCIO_view.hh>
Inherited by blender::ocio::FallbackDefaultView.
Public Member Functions | |
| virtual | ~View ()=default |
| virtual StringRefNull | name () const =0 |
Public Attributes | |
| int | index = -1 |
Definition at line 11 of file OCIO_view.hh.
|
virtualdefault |
|
pure virtual |
Name of this view. The name is used to address to this view from various places of the configuration.
Implemented in blender::ocio::FallbackDefaultView.
Referenced by colormanage_check_view_settings(), IMB_colormanagement_display_get_default_view_transform_name(), IMB_colormanagement_init_default_view_settings(), and IMB_colormanagement_validate_settings().
| int blender::ocio::View::index = -1 |
Index of the view within the display that owns it. The index is 0-based.
Definition at line 19 of file OCIO_view.hh.
Referenced by blender::ocio::FallbackDefaultView::FallbackDefaultView().