|
Blender
V2.93
|
#include <IMB_colormanagement_intern.h>
Public Attributes | |
| struct ColorManagedView * | next |
| struct ColorManagedView * | prev |
| int | index |
| char | name [MAX_COLORSPACE_NAME] |
Definition at line 73 of file IMB_colormanagement_intern.h.
| int ColorManagedView::index |
Definition at line 75 of file IMB_colormanagement_intern.h.
| char ColorManagedView::name[MAX_COLORSPACE_NAME] |
Definition at line 76 of file IMB_colormanagement_intern.h.
Referenced by colormanage_check_view_settings(), IMB_colormanagement_init_default_view_settings(), and IMB_colormanagement_validate_settings().
| struct ColorManagedView* ColorManagedView::next |
Definition at line 74 of file IMB_colormanagement_intern.h.
| struct ColorManagedView * ColorManagedView::prev |
Definition at line 74 of file IMB_colormanagement_intern.h.