|
Blender
V2.93
|
Public Attributes | |
| ARegionType * | art |
| void * | draw_handle |
| int | x |
| int | y |
| int | channels |
| uchar | col [4] |
| float | colf [4] |
| float | linearcol [4] |
| int | z |
| float | zf |
| int * | zp |
| float * | zfp |
| int | draw |
| int | color_manage |
| int | width |
| int | height |
| int | sample_size |
| unsigned char | col [4] |
| unsigned char * | colp |
| const float * | colfp |
| bool | draw |
| bool | color_manage |
| int | use_default_view |
Definition at line 405 of file node_view.c.
| ARegionType * ImageSampleInfo::art |
Definition at line 406 of file node_view.c.
Referenced by ED_imbuf_sample_exit(), ED_imbuf_sample_invoke(), sample_exit(), and sample_invoke().
| int ImageSampleInfo::channels |
Definition at line 409 of file node_view.c.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), sample_apply(), sample_draw(), and sequencer_sample_apply().
| uchar ImageSampleInfo::col[4] |
Definition at line 411 of file node_view.c.
Referenced by image_sample_apply(), sample_apply(), sample_draw(), and sequencer_sample_apply().
| unsigned char ImageSampleInfo::col[4] |
Definition at line 71 of file ed_util_imbuf.c.
| float ImageSampleInfo::colf |
Definition at line 412 of file node_view.c.
Referenced by image_sample_apply(), sample_apply(), sample_draw(), and sequencer_sample_apply().
| const float* ImageSampleInfo::colfp |
Definition at line 78 of file ed_util_imbuf.c.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), and sequencer_sample_apply().
| int ImageSampleInfo::color_manage |
Definition at line 422 of file node_view.c.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), sample_apply(), sample_draw(), and sequencer_sample_apply().
| bool ImageSampleInfo::color_manage |
Definition at line 83 of file ed_util_imbuf.c.
| unsigned char* ImageSampleInfo::colp |
Definition at line 77 of file ed_util_imbuf.c.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), and sequencer_sample_apply().
| int ImageSampleInfo::draw |
Definition at line 421 of file node_view.c.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), sample_apply(), sample_draw(), and sequencer_sample_apply().
| bool ImageSampleInfo::draw |
Definition at line 82 of file ed_util_imbuf.c.
| void * ImageSampleInfo::draw_handle |
Definition at line 407 of file node_view.c.
Referenced by ED_imbuf_sample_exit(), ED_imbuf_sample_invoke(), sample_exit(), and sample_invoke().
| int ImageSampleInfo::height |
Definition at line 68 of file ed_util_imbuf.c.
Referenced by image_sample_apply().
| float ImageSampleInfo::linearcol |
Definition at line 413 of file node_view.c.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), sample_apply(), sample_draw(), and sequencer_sample_apply().
| int ImageSampleInfo::sample_size |
Definition at line 69 of file ed_util_imbuf.c.
Referenced by ED_imbuf_sample_draw(), ED_imbuf_sample_invoke(), and image_sample_apply().
| int ImageSampleInfo::use_default_view |
Definition at line 84 of file ed_util_imbuf.c.
Referenced by ED_imbuf_sample_draw(), and image_sample_apply().
| int ImageSampleInfo::width |
Definition at line 68 of file ed_util_imbuf.c.
Referenced by image_sample_apply().
| int ImageSampleInfo::x |
Definition at line 408 of file node_view.c.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), sample_apply(), sample_draw(), and sequencer_sample_apply().
| int ImageSampleInfo::y |
Definition at line 408 of file node_view.c.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), sample_apply(), sample_draw(), and sequencer_sample_apply().
| int ImageSampleInfo::z |
Definition at line 415 of file node_view.c.
Referenced by image_sample_apply(), and sample_apply().
| float ImageSampleInfo::zf |
Definition at line 416 of file node_view.c.
Referenced by image_sample_apply(), and sample_apply().
| float * ImageSampleInfo::zfp |
Definition at line 419 of file node_view.c.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), sample_apply(), and sample_draw().
| int * ImageSampleInfo::zp |
Definition at line 418 of file node_view.c.
Referenced by ED_imbuf_sample_draw(), image_sample_apply(), sample_apply(), and sample_draw().