|
Blender V5.0
|
Public Attributes | |
| int | event_xy_last [2] = {} |
| Vector< float4 > | color_buffer = {} |
| bool | sample_start = false |
| ColorBand | init_color_band = {} |
| ColorBand * | color_band = nullptr |
| PointerRNA | ptr = {} |
| PropertyRNA * | prop = nullptr |
| bool | is_undo = false |
| bool | is_set = false |
Definition at line 41 of file eyedropper_colorband.cc.
Definition at line 47 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 44 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 42 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 46 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 = false |
Definition at line 51 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 = false |
Definition at line 50 of file eyedropper_colorband.cc.
Referenced by blender::ui::eyedropper_colorband_init(), and blender::ui::eyedropper_colorband_modal().
| PropertyRNA* blender::ui::EyedropperColorband::prop = nullptr |
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().
| PointerRNA blender::ui::EyedropperColorband::ptr = {} |
Definition at line 48 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 = false |
Definition at line 45 of file eyedropper_colorband.cc.
Referenced by blender::ui::eyedropper_colorband_modal().