Blender
V3.3
|
#include <IMB_colormanagement_intern.h>
Public Attributes | |
struct ColorManagedView * | next |
struct ColorManagedView * | prev |
int | index |
char | name [MAX_COLORSPACE_NAME] |
Definition at line 64 of file IMB_colormanagement_intern.h.
int ColorManagedView::index |
Definition at line 66 of file IMB_colormanagement_intern.h.
char ColorManagedView::name[MAX_COLORSPACE_NAME] |
Definition at line 67 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 65 of file IMB_colormanagement_intern.h.
struct ColorManagedView * ColorManagedView::prev |
Definition at line 65 of file IMB_colormanagement_intern.h.