|
Blender V4.3
|
#include <IMB_colormanagement_intern.hh>
Public Attributes | |
| ColorManagedLook * | next |
| ColorManagedLook * | prev |
| int | index |
| char | name [MAX_COLORSPACE_NAME] |
| char | ui_name [MAX_COLORSPACE_NAME] |
| char | view [MAX_COLORSPACE_NAME] |
| char | process_space [MAX_COLORSPACE_NAME] |
| bool | is_noop |
Definition at line 68 of file IMB_colormanagement_intern.hh.
| int ColorManagedLook::index |
Definition at line 70 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_look_add(), and IMB_colormanagement_look_get_named_index().
| bool ColorManagedLook::is_noop |
Definition at line 75 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_compatible_look(), colormanage_look_add(), and colormanage_use_look().
| char ColorManagedLook::name[MAX_COLORSPACE_NAME] |
Definition at line 71 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_look_add(), IMB_colormanagement_look_get_default_name(), and IMB_colormanagement_look_get_indexed_name().
| ColorManagedLook* ColorManagedLook::next |
Definition at line 69 of file IMB_colormanagement_intern.hh.
| ColorManagedLook * ColorManagedLook::prev |
Definition at line 69 of file IMB_colormanagement_intern.hh.
| char ColorManagedLook::process_space[MAX_COLORSPACE_NAME] |
Definition at line 74 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_look_add(), and is_colorspace_same_as_display().
| char ColorManagedLook::ui_name[MAX_COLORSPACE_NAME] |
Definition at line 72 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_look_add(), and IMB_colormanagement_look_validate_for_view().
| char ColorManagedLook::view[MAX_COLORSPACE_NAME] |
Definition at line 73 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_compatible_look(), and colormanage_look_add().