Blender
V3.3
|
#include <IMB_colormanagement_intern.h>
Public Attributes | |
struct ColorSpace * | next |
struct ColorSpace * | prev |
int | index |
char | name [MAX_COLORSPACE_NAME] |
char | description [MAX_COLORSPACE_DESCRIPTION] |
struct OCIO_ConstCPUProcessorRcPtr * | to_scene_linear |
struct OCIO_ConstCPUProcessorRcPtr * | from_scene_linear |
char(* | aliases )[MAX_COLORSPACE_NAME] |
int | num_aliases |
bool | is_invertible |
bool | is_data |
struct { | |
bool cached | |
bool is_srgb | |
bool is_scene_linear | |
} | info |
Definition at line 31 of file IMB_colormanagement_intern.h.
char(* ColorSpace::aliases)[MAX_COLORSPACE_NAME] |
Definition at line 40 of file IMB_colormanagement_intern.h.
Referenced by colormanage_colorspace_get_named(), colormanage_free_config(), and colormanage_load_config().
bool ColorSpace::cached |
Definition at line 48 of file IMB_colormanagement_intern.h.
Referenced by colormanage_ensure_srgb_scene_linear_info().
char ColorSpace::description[MAX_COLORSPACE_DESCRIPTION] |
Definition at line 35 of file IMB_colormanagement_intern.h.
Referenced by colormanage_colorspace_add(), and IMB_colormanagement_colorspace_items_add().
struct OCIO_ConstCPUProcessorRcPtr* ColorSpace::from_scene_linear |
Definition at line 38 of file IMB_colormanagement_intern.h.
Referenced by colormanage_free_config(), and colorspace_from_scene_linear_cpu_processor().
int ColorSpace::index |
Definition at line 33 of file IMB_colormanagement_intern.h.
Referenced by colormanage_colorspace_add(), IMB_colormanagement_colorspace_get_named_index(), IMB_colormanagement_colorspace_items_add(), and load_tex_task_cb_ex().
struct { ... } ColorSpace::info |
bool ColorSpace::is_data |
Definition at line 44 of file IMB_colormanagement_intern.h.
Referenced by colormanage_colorspace_add(), colormanage_imbuf_make_linear(), IMB_colormanagement_assign_float_colorspace(), IMB_colormanagement_assign_rect_colorspace(), IMB_colormanagement_check_is_data(), IMB_colormanagement_colorspace_from_ibuf_ftype(), IMB_colormanagement_colorspace_processor_new(), IMB_colormanagement_display_processor_new(), IMB_colormanagement_space_is_data(), and IMB_colormanagement_space_name_is_data().
bool ColorSpace::is_invertible |
Definition at line 43 of file IMB_colormanagement_intern.h.
Referenced by colormanage_colorspace_add(), and IMB_colormanagement_colorspace_items_add().
bool ColorSpace::is_scene_linear |
Definition at line 50 of file IMB_colormanagement_intern.h.
Referenced by colormanage_ensure_srgb_scene_linear_info(), and IMB_colormanagement_space_is_scene_linear().
bool ColorSpace::is_srgb |
Definition at line 49 of file IMB_colormanagement_intern.h.
Referenced by colormanage_ensure_srgb_scene_linear_info(), and IMB_colormanagement_space_is_srgb().
char ColorSpace::name[MAX_COLORSPACE_NAME] |
Definition at line 34 of file IMB_colormanagement_intern.h.
Referenced by colormanage_colorspace_add(), colormanage_colorspace_get_named(), colormanage_ensure_srgb_scene_linear_info(), colorspace_from_scene_linear_cpu_processor(), colorspace_to_scene_linear_cpu_processor(), display_buffer_apply_threaded(), IMB_colormanagement_colorspace_get_indexed_name(), IMB_colormanagement_colorspace_get_name(), IMB_colormanagement_colorspace_items_add(), IMB_colormanagement_get_float_colorspace(), IMB_colormanagement_get_rect_colorspace(), IMB_colormanagement_imbuf_for_write(), IMB_colormanagement_setup_glsl_draw_from_space(), IMB_rect_from_float(), is_ibuf_rect_in_display_space(), SEQ_modifier_find_by_name(), SEQ_modifier_new(), and SEQ_modifier_unique_name().
struct ColorSpace* ColorSpace::next |
Definition at line 32 of file IMB_colormanagement_intern.h.
Referenced by colormanage_colorspace_add(), colormanage_colorspace_get_named(), colormanage_free_config(), and IMB_colormanagement_colorspace_items_add().
int ColorSpace::num_aliases |
Definition at line 41 of file IMB_colormanagement_intern.h.
Referenced by colormanage_colorspace_get_named(), and colormanage_load_config().
struct ColorSpace * ColorSpace::prev |
Definition at line 32 of file IMB_colormanagement_intern.h.
struct OCIO_ConstCPUProcessorRcPtr* ColorSpace::to_scene_linear |
Definition at line 37 of file IMB_colormanagement_intern.h.
Referenced by colormanage_free_config(), and colorspace_to_scene_linear_cpu_processor().