|
Blender V4.3
|
#include <IMB_colormanagement_intern.hh>
Public Attributes | |
| ColorManagedView * | next |
| ColorManagedView * | prev |
| int | index |
| char | name [MAX_COLORSPACE_NAME] |
Definition at line 62 of file IMB_colormanagement_intern.hh.
| int ColorManagedView::index |
Definition at line 64 of file IMB_colormanagement_intern.hh.
| char ColorManagedView::name[MAX_COLORSPACE_NAME] |
Definition at line 65 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_check_view_settings(), IMB_colormanagement_init_default_view_settings(), and IMB_colormanagement_validate_settings().
| ColorManagedView* ColorManagedView::next |
Definition at line 63 of file IMB_colormanagement_intern.hh.
| ColorManagedView * ColorManagedView::prev |
Definition at line 63 of file IMB_colormanagement_intern.hh.