|
Blender V4.3
|
#include <IMB_colormanagement_intern.hh>
Public Attributes | ||
| ColorSpace * | next | |
| ColorSpace * | prev | |
| int | index | |
| char | name [MAX_COLORSPACE_NAME] | |
| char | description [MAX_COLORSPACE_DESCRIPTION] | |
| OCIO_ConstCPUProcessorRcPtr * | to_scene_linear | |
| 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 29 of file IMB_colormanagement_intern.hh.
| char(* ColorSpace::aliases)[MAX_COLORSPACE_NAME] |
Definition at line 38 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_free_config(), and colormanage_load_config().
| bool ColorSpace::cached |
Definition at line 46 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_ensure_srgb_scene_linear_info().
| char ColorSpace::description[MAX_COLORSPACE_DESCRIPTION] |
Definition at line 33 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_colorspace_add().
| OCIO_ConstCPUProcessorRcPtr* ColorSpace::from_scene_linear |
Definition at line 36 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_free_config(), and colorspace_from_scene_linear_cpu_processor().
| int ColorSpace::index |
Definition at line 31 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_colorspace_add(), and IMB_colormanagement_colorspace_get_named_index().
| struct { ... } ColorSpace::info |
| bool ColorSpace::is_data |
Definition at line 42 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_colorspace_add(), colormanage_imbuf_make_linear(), IMB_colormanagement_assign_byte_colorspace(), IMB_colormanagement_assign_float_colorspace(), IMB_colormanagement_check_is_data(), IMB_colormanagement_colorspace_from_ibuf_ftype(), IMB_colormanagement_display_processor_new(), IMB_colormanagement_space_is_data(), and IMB_colormanagement_space_name_is_data().
| bool ColorSpace::is_invertible |
Definition at line 41 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_colorspace_add().
| bool ColorSpace::is_scene_linear |
Definition at line 48 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_ensure_srgb_scene_linear_info(), and IMB_colormanagement_space_is_scene_linear().
| bool ColorSpace::is_srgb |
Definition at line 47 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_ensure_srgb_scene_linear_info(), and IMB_colormanagement_space_is_srgb().
| char ColorSpace::name[MAX_COLORSPACE_NAME] |
Definition at line 32 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_colorspace_add(), 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_get_float_colorspace(), IMB_colormanagement_get_rect_colorspace(), IMB_colormanagement_imbuf_for_write(), IMB_colormanagement_setup_glsl_draw_from_space(), IMB_rect_from_float(), and is_colorspace_same_as_display().
| ColorSpace* ColorSpace::next |
Definition at line 30 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_colorspace_add(), and colormanage_free_config().
| int ColorSpace::num_aliases |
Definition at line 39 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_load_config().
| ColorSpace * ColorSpace::prev |
Definition at line 30 of file IMB_colormanagement_intern.hh.
| OCIO_ConstCPUProcessorRcPtr* ColorSpace::to_scene_linear |
Definition at line 35 of file IMB_colormanagement_intern.hh.
Referenced by colormanage_free_config(), and colorspace_to_scene_linear_cpu_processor().