|
Blender V5.0
|
#include <OCIO_view.hh>
Inherited by blender::ocio::FallbackDefaultView.
Public Member Functions | |
| virtual | ~View ()=default |
| virtual StringRefNull | name () const =0 |
| virtual StringRefNull | description () const =0 |
| virtual bool | is_hdr () const =0 |
| virtual bool | support_emulation () const =0 |
| virtual Gamut | gamut () const =0 |
| virtual TransferFunction | transfer_function () const =0 |
| virtual const ColorSpace * | display_colorspace () const =0 |
Public Attributes | |
| int | index = -1 |
Definition at line 32 of file OCIO_view.hh.
|
virtualdefault |
|
pure virtual |
Description of the view from the OpenColorIO config.
Implemented in blender::ocio::FallbackDefaultView.
|
pure virtual |
Display colorspace that this view transform transforms into. Not guaranteed to be display referred.
Implemented in blender::ocio::FallbackDefaultView.
|
pure virtual |
Gamut of the display colorspace.
Implemented in blender::ocio::FallbackDefaultView.
|
pure virtual |
Does this view transform output HDR colors?
Implemented in blender::ocio::FallbackDefaultView.
|
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_colormangement_display_get_color_space(), and is_colorspace_same_as_display().
|
pure virtual |
Does this view transform support display emulation?
Implemented in blender::ocio::FallbackDefaultView.
|
pure virtual |
Transfer function of the display colorspace.
Implemented in blender::ocio::FallbackDefaultView.
| int blender::ocio::View::index = -1 |
Index of the view within the display that owns it. The index is 0-based.
Definition at line 40 of file OCIO_view.hh.
Referenced by blender::ocio::FallbackDefaultView::FallbackDefaultView().