|
Blender V5.0
|
Public Attributes | |
| std::string | part_name |
| int | part_number = 0 |
| std::string | name |
| std::string | internal_name |
| std::string | view |
| const ColorSpace * | colorspace |
| int | xstride = 0 |
| int | ystride = 0 |
| float * | rect = nullptr |
| char | chan_id = 0 |
| bool | use_half_float = false |
Definition at line 777 of file openexr_api.cpp.
| char ExrChannel::chan_id = 0 |
Definition at line 794 of file openexr_api.cpp.
Referenced by imb_exr_multilayer_parse_channels_from_file(), imb_exr_pass_name_from_channel(), and imb_exr_split_channel_name().
| const ColorSpace* ExrChannel::colorspace |
Definition at line 790 of file openexr_api.cpp.
Referenced by exr_channels_in_multi_part_file(), IMB_exr_add_channels(), and IMB_exr_begin_write().
| std::string ExrChannel::internal_name |
Definition at line 785 of file openexr_api.cpp.
Referenced by exr_channels_in_multi_part_file(), IMB_exr_add_channels(), and IMB_exr_read_channels().
| std::string ExrChannel::name |
Definition at line 783 of file openexr_api.cpp.
Referenced by exr_channels_in_multi_part_file(), exr_has_xyz_channels(), IMB_exr_add_channels(), IMB_exr_begin_write(), imb_exr_multilayer_parse_channels_from_file(), IMB_exr_read_channels(), IMB_exr_set_channel(), imb_exr_split_channel_name(), and IMB_exr_write_channels().
| std::string ExrChannel::part_name |
Definition at line 779 of file openexr_api.cpp.
Referenced by IMB_exr_add_channels(), IMB_exr_begin_write(), and IMB_exr_write_channels().
| int ExrChannel::part_number = 0 |
Definition at line 780 of file openexr_api.cpp.
Referenced by exr_channels_in_multi_part_file(), and IMB_exr_read_channels().
Definition at line 793 of file openexr_api.cpp.
Referenced by IMB_exr_add_channels(), imb_exr_multilayer_parse_channels_from_file(), IMB_exr_read_channels(), IMB_exr_set_channel(), and IMB_exr_write_channels().
| bool ExrChannel::use_half_float = false |
Definition at line 795 of file openexr_api.cpp.
Referenced by IMB_exr_add_channels(), IMB_exr_begin_write(), and IMB_exr_write_channels().
| std::string ExrChannel::view |
Definition at line 787 of file openexr_api.cpp.
Referenced by exr_channels_in_multi_part_file(), IMB_exr_add_channels(), IMB_exr_begin_write(), imb_exr_multilayer_parse_channels_from_file(), and IMB_exr_read_channels().
| int ExrChannel::xstride = 0 |
Definition at line 792 of file openexr_api.cpp.
Referenced by IMB_exr_add_channels(), imb_exr_multilayer_parse_channels_from_file(), IMB_exr_read_channels(), IMB_exr_set_channel(), and IMB_exr_write_channels().
| int ExrChannel::ystride = 0 |
Definition at line 792 of file openexr_api.cpp.
Referenced by IMB_exr_add_channels(), imb_exr_multilayer_parse_channels_from_file(), IMB_exr_read_channels(), IMB_exr_set_channel(), and IMB_exr_write_channels().