Blender V4.3
ExrChannel Struct Reference

Public Attributes

ExrChannelnext
 
ExrChannelprev
 
char name [EXR_TOT_MAXNAME+1]
 
MultiViewChannelName * m
 
int xstride
 
int ystride
 
floatrect
 
char chan_id
 
int view_id
 
bool use_half_float
 

Detailed Description

Definition at line 684 of file openexr_api.cpp.

Member Data Documentation

◆ chan_id

◆ m

MultiViewChannelName* ExrChannel::m

◆ name

char ExrChannel::name[EXR_TOT_MAXNAME+1]

Definition at line 687 of file openexr_api.cpp.

Referenced by IMB_exr_add_channel().

◆ next

ExrChannel* ExrChannel::next

Definition at line 685 of file openexr_api.cpp.

Referenced by imb_exr_multilayer_parse_channels_from_file().

◆ prev

ExrChannel * ExrChannel::prev

Definition at line 685 of file openexr_api.cpp.

◆ rect

◆ use_half_float

bool ExrChannel::use_half_float

Definition at line 693 of file openexr_api.cpp.

Referenced by IMB_exr_add_channel().

◆ view_id

int ExrChannel::view_id

◆ xstride

int ExrChannel::xstride

◆ ystride

int ExrChannel::ystride

The documentation for this struct was generated from the following file: