|
Blender V4.3
|
Public Attributes | |
| int | event_xy_last [2] |
| Vector< float4 > | color_buffer |
| bool | sample_start |
| ColorBand | init_color_band |
| ColorBand * | color_band |
| PointerRNA | ptr |
| PropertyRNA * | prop |
| bool | is_undo |
| bool | is_set |
Definition at line 43 of file eyedropper_colorband.cc.
| ColorBand* blender::ui::EyedropperColorband::color_band |
Definition at line 49 of file eyedropper_colorband.cc.
Referenced by blender::ui::eyedropper_colorband_apply(), blender::ui::eyedropper_colorband_cancel(), blender::ui::eyedropper_colorband_init(), and blender::ui::eyedropper_colorband_point_modal().
Definition at line 46 of file eyedropper_colorband.cc.
Referenced by blender::ui::eyedropper_colorband_apply(), blender::ui::eyedropper_colorband_point_modal(), and blender::ui::eyedropper_colorband_sample_point().
| int blender::ui::EyedropperColorband::event_xy_last[2] |
Definition at line 44 of file eyedropper_colorband.cc.
Referenced by blender::ui::eyedropper_colorband_modal(), blender::ui::eyedropper_colorband_sample_point(), and blender::ui::eyedropper_colorband_sample_segment().
| ColorBand blender::ui::EyedropperColorband::init_color_band |
Definition at line 48 of file eyedropper_colorband.cc.
Referenced by blender::ui::eyedropper_colorband_cancel(), blender::ui::eyedropper_colorband_init(), and blender::ui::eyedropper_colorband_point_modal().
| bool blender::ui::EyedropperColorband::is_set |
Definition at line 53 of file eyedropper_colorband.cc.
Referenced by blender::ui::eyedropper_colorband_apply(), blender::ui::eyedropper_colorband_cancel(), and blender::ui::eyedropper_colorband_sample_point().
| bool blender::ui::EyedropperColorband::is_undo |
Definition at line 52 of file eyedropper_colorband.cc.
Referenced by blender::ui::eyedropper_colorband_init(), and blender::ui::eyedropper_colorband_modal().
| PropertyRNA* blender::ui::EyedropperColorband::prop |
Definition at line 51 of file eyedropper_colorband.cc.
Referenced by blender::ui::eyedropper_colorband_apply(), blender::ui::eyedropper_colorband_cancel(), blender::ui::eyedropper_colorband_init(), and blender::ui::eyedropper_colorband_point_modal().
| PointerRNA blender::ui::EyedropperColorband::ptr |
Definition at line 50 of file eyedropper_colorband.cc.
Referenced by blender::ui::eyedropper_colorband_apply(), blender::ui::eyedropper_colorband_cancel(), blender::ui::eyedropper_colorband_init(), and blender::ui::eyedropper_colorband_point_modal().
| bool blender::ui::EyedropperColorband::sample_start |
Definition at line 47 of file eyedropper_colorband.cc.
Referenced by blender::ui::eyedropper_colorband_modal().