|
Blender V4.3
|
Public Attributes | |
| ARegionType * | art |
| void * | draw_handle |
| int | x |
| int | y |
| int | channels |
| uchar | col [4] |
| float | colf [4] |
| float | linearcol [4] |
| int | draw |
| int | color_manage |
Definition at line 434 of file node_view.cc.
| ARegionType* blender::ed::space_node::ImageSampleInfo::art |
Definition at line 435 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 438 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 440 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 441 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 445 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 444 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 436 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 442 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 437 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 437 of file node_view.cc.
Referenced by blender::ed::space_node::sample_apply(), and blender::ed::space_node::sample_draw().