|
Blender V4.3
|
#include <IMB_colormanagement_intern.hh>
Public Attributes | |
| ColorManagedDisplay * | next |
| ColorManagedDisplay * | prev |
| int | index |
| char | name [MAX_COLORSPACE_NAME] |
| ListBase | views |
| OCIO_ConstCPUProcessorRcPtr * | to_scene_linear |
| OCIO_ConstCPUProcessorRcPtr * | from_scene_linear |
Definition at line 52 of file IMB_colormanagement_intern.hh.
| OCIO_ConstCPUProcessorRcPtr* ColorManagedDisplay::from_scene_linear |
Definition at line 59 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_free_config(), and display_from_scene_linear_processor().
| int ColorManagedDisplay::index |
Definition at line 54 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_display_add(), and IMB_colormanagement_display_get_named_index().
| char ColorManagedDisplay::name[MAX_COLORSPACE_NAME] |
Definition at line 55 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_check_display_settings(), colormanage_display_add(), colormanage_view_get_default_name(), display_from_scene_linear_processor(), display_to_scene_linear_processor(), IMB_colormanagement_display_get_default_name(), and IMB_colormanagement_display_get_indexed_name().
| ColorManagedDisplay* ColorManagedDisplay::next |
Definition at line 53 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_free_config().
| ColorManagedDisplay * ColorManagedDisplay::prev |
Definition at line 53 of file IMB_colormanagement_intern.hh.
| OCIO_ConstCPUProcessorRcPtr* ColorManagedDisplay::to_scene_linear |
Definition at line 58 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_free_config(), and display_to_scene_linear_processor().
| ListBase ColorManagedDisplay::views |
Definition at line 56 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_free_config(), colormanage_load_config(), colormanage_view_get_named_for_display(), IMB_colormanagement_validate_settings(), and IMB_colormanagement_view_items_add().