|
Blender
V3.3
|
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 |
Definition at line 406 of file node_view.cc.
| ARegionType* blender::ed::space_node::ImageSampleInfo::art |
Definition at line 407 of file node_view.cc.
Referenced by blender::ed::space_node::sample_exit(), and blender::ed::space_node::sample_invoke().
| int blender::ed::space_node::ImageSampleInfo::channels |
Definition at line 410 of file node_view.cc.
Referenced by blender::ed::space_node::sample_apply(), and blender::ed::space_node::sample_draw().
| uchar blender::ed::space_node::ImageSampleInfo::col[4] |
Definition at line 412 of file node_view.cc.
Referenced by blender::ed::space_node::sample_apply(), and blender::ed::space_node::sample_draw().
| float blender::ed::space_node::ImageSampleInfo::colf[4] |
Definition at line 413 of file node_view.cc.
Referenced by blender::ed::space_node::sample_apply(), and blender::ed::space_node::sample_draw().
| int blender::ed::space_node::ImageSampleInfo::color_manage |
Definition at line 423 of file node_view.cc.
Referenced by blender::ed::space_node::sample_apply(), and blender::ed::space_node::sample_draw().
| int blender::ed::space_node::ImageSampleInfo::draw |
Definition at line 422 of file node_view.cc.
Referenced by blender::ed::space_node::sample_apply(), and blender::ed::space_node::sample_draw().
| void* blender::ed::space_node::ImageSampleInfo::draw_handle |
Definition at line 408 of file node_view.cc.
Referenced by blender::ed::space_node::sample_exit(), and blender::ed::space_node::sample_invoke().
| float blender::ed::space_node::ImageSampleInfo::linearcol[4] |
Definition at line 414 of file node_view.cc.
Referenced by blender::ed::space_node::sample_apply(), and blender::ed::space_node::sample_draw().
| int blender::ed::space_node::ImageSampleInfo::x |
Definition at line 409 of file node_view.cc.
Referenced by blender::ed::space_node::sample_apply(), and blender::ed::space_node::sample_draw().
| int blender::ed::space_node::ImageSampleInfo::y |
Definition at line 409 of file node_view.cc.
Referenced by blender::ed::space_node::sample_apply(), and blender::ed::space_node::sample_draw().
| int blender::ed::space_node::ImageSampleInfo::z |
Definition at line 416 of file node_view.cc.
Referenced by blender::ed::space_node::sample_apply().
| float blender::ed::space_node::ImageSampleInfo::zf |
Definition at line 417 of file node_view.cc.
Referenced by blender::ed::space_node::sample_apply().
| float* blender::ed::space_node::ImageSampleInfo::zfp |
Definition at line 420 of file node_view.cc.
Referenced by blender::ed::space_node::sample_apply(), and blender::ed::space_node::sample_draw().
| int* blender::ed::space_node::ImageSampleInfo::zp |
Definition at line 419 of file node_view.cc.
Referenced by blender::ed::space_node::sample_apply(), and blender::ed::space_node::sample_draw().