|
Blender V4.3
|
Public Attributes | |
| ARegionType * | art |
| void * | draw_handle |
| int | x |
| int | y |
| int | channels |
| int | width |
| int | height |
| int | sample_size |
| uchar | col [4] |
| float | colf [4] |
| float | linearcol [4] |
| int | z |
| float | zf |
| uchar * | colp |
| const float * | colfp |
| int * | zp |
| float * | zfp |
| bool | draw |
| bool | color_manage |
| int | use_default_view |
Definition at line 48 of file ed_util_imbuf.cc.
| ARegionType* ImageSampleInfo::art |
Definition at line 49 of file ed_util_imbuf.cc.
Referenced by ED_imbuf_sample_exit(), and ED_imbuf_sample_invoke().
| int ImageSampleInfo::channels |
Definition at line 52 of file ed_util_imbuf.cc.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), and sequencer_sample_apply().
| uchar ImageSampleInfo::col[4] |
Definition at line 57 of file ed_util_imbuf.cc.
Referenced by image_sample_apply(), and sequencer_sample_apply().
| float ImageSampleInfo::colf[4] |
Definition at line 58 of file ed_util_imbuf.cc.
Referenced by image_sample_apply(), and sequencer_sample_apply().
| const float* ImageSampleInfo::colfp |
Definition at line 64 of file ed_util_imbuf.cc.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), and sequencer_sample_apply().
| bool ImageSampleInfo::color_manage |
Definition at line 69 of file ed_util_imbuf.cc.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), and sequencer_sample_apply().
| uchar* ImageSampleInfo::colp |
Definition at line 63 of file ed_util_imbuf.cc.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), and sequencer_sample_apply().
| bool ImageSampleInfo::draw |
Definition at line 68 of file ed_util_imbuf.cc.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), and sequencer_sample_apply().
| void* ImageSampleInfo::draw_handle |
Definition at line 50 of file ed_util_imbuf.cc.
Referenced by ED_imbuf_sample_exit(), and ED_imbuf_sample_invoke().
| int ImageSampleInfo::height |
Definition at line 54 of file ed_util_imbuf.cc.
Referenced by image_sample_apply().
| float ImageSampleInfo::linearcol[4] |
Definition at line 59 of file ed_util_imbuf.cc.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), and sequencer_sample_apply().
| int ImageSampleInfo::sample_size |
Definition at line 55 of file ed_util_imbuf.cc.
Referenced by ED_imbuf_sample_draw(), ED_imbuf_sample_invoke(), and image_sample_apply().
| int ImageSampleInfo::use_default_view |
Definition at line 70 of file ed_util_imbuf.cc.
Referenced by ED_imbuf_sample_draw(), and image_sample_apply().
| int ImageSampleInfo::width |
Definition at line 54 of file ed_util_imbuf.cc.
Referenced by image_sample_apply().
| int ImageSampleInfo::x |
Definition at line 51 of file ed_util_imbuf.cc.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), and sequencer_sample_apply().
| int ImageSampleInfo::y |
Definition at line 51 of file ed_util_imbuf.cc.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), and sequencer_sample_apply().
| int ImageSampleInfo::z |
Definition at line 60 of file ed_util_imbuf.cc.
| float ImageSampleInfo::zf |
Definition at line 61 of file ed_util_imbuf.cc.
| float* ImageSampleInfo::zfp |
Definition at line 66 of file ed_util_imbuf.cc.
Referenced by image_sample_apply().
| int* ImageSampleInfo::zp |
Definition at line 65 of file ed_util_imbuf.cc.
Referenced by image_sample_apply().