|
Blender
V2.93
|
Public Attributes | |
| int | last_x |
| int | last_y |
| float(* | color_buffer )[4] |
| int | color_buffer_alloc |
| int | color_buffer_len |
| bool | sample_start |
| ColorBand | init_color_band |
| ColorBand * | color_band |
| PointerRNA | ptr |
| PropertyRNA * | prop |
| bool | is_undo |
| bool | is_set |
Definition at line 60 of file interface_eyedropper_colorband.c.
| ColorBand* EyedropperColorband::color_band |
Definition at line 68 of file interface_eyedropper_colorband.c.
Referenced by eyedropper_colorband_apply(), eyedropper_colorband_cancel(), eyedropper_colorband_init(), and eyedropper_colorband_point_modal().
| float(* EyedropperColorband::color_buffer)[4] |
Definition at line 63 of file interface_eyedropper_colorband.c.
Referenced by eyedropper_colorband_apply(), eyedropper_colorband_exit(), eyedropper_colorband_init(), and eyedropper_colorband_sample_point().
| int EyedropperColorband::color_buffer_alloc |
Definition at line 64 of file interface_eyedropper_colorband.c.
Referenced by eyedropper_colorband_init(), and eyedropper_colorband_sample_point().
| int EyedropperColorband::color_buffer_len |
Definition at line 65 of file interface_eyedropper_colorband.c.
Referenced by eyedropper_colorband_apply(), eyedropper_colorband_init(), eyedropper_colorband_point_modal(), and eyedropper_colorband_sample_point().
| ColorBand EyedropperColorband::init_color_band |
Definition at line 67 of file interface_eyedropper_colorband.c.
Referenced by eyedropper_colorband_cancel(), eyedropper_colorband_init(), and eyedropper_colorband_point_modal().
| bool EyedropperColorband::is_set |
Definition at line 72 of file interface_eyedropper_colorband.c.
Referenced by eyedropper_colorband_apply(), eyedropper_colorband_cancel(), and eyedropper_colorband_sample_point().
| bool EyedropperColorband::is_undo |
Definition at line 71 of file interface_eyedropper_colorband.c.
Referenced by eyedropper_colorband_init(), and eyedropper_colorband_modal().
| int EyedropperColorband::last_x |
Definition at line 61 of file interface_eyedropper_colorband.c.
Referenced by eyedropper_colorband_modal(), eyedropper_colorband_sample_point(), and eyedropper_colorband_sample_segment().
| int EyedropperColorband::last_y |
Definition at line 61 of file interface_eyedropper_colorband.c.
Referenced by eyedropper_colorband_modal(), eyedropper_colorband_sample_point(), and eyedropper_colorband_sample_segment().
| PropertyRNA* EyedropperColorband::prop |
Definition at line 70 of file interface_eyedropper_colorband.c.
Referenced by eyedropper_colorband_apply(), eyedropper_colorband_cancel(), eyedropper_colorband_init(), and eyedropper_colorband_point_modal().
| PointerRNA EyedropperColorband::ptr |
Definition at line 69 of file interface_eyedropper_colorband.c.
Referenced by eyedropper_colorband_apply(), eyedropper_colorband_cancel(), eyedropper_colorband_init(), and eyedropper_colorband_point_modal().
| bool EyedropperColorband::sample_start |
Definition at line 66 of file interface_eyedropper_colorband.c.
Referenced by eyedropper_colorband_modal().