Blender
V3.3
|
Public Attributes | |
int | event_xy_last [2] |
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 45 of file eyedropper_colorband.c.
ColorBand* EyedropperColorband::color_band |
Definition at line 53 of file 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 48 of file 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 49 of file eyedropper_colorband.c.
Referenced by eyedropper_colorband_init(), and eyedropper_colorband_sample_point().
int EyedropperColorband::color_buffer_len |
Definition at line 50 of file eyedropper_colorband.c.
Referenced by eyedropper_colorband_apply(), eyedropper_colorband_init(), eyedropper_colorband_point_modal(), and eyedropper_colorband_sample_point().
int EyedropperColorband::event_xy_last[2] |
Definition at line 46 of file eyedropper_colorband.c.
Referenced by eyedropper_colorband_modal(), eyedropper_colorband_sample_point(), and eyedropper_colorband_sample_segment().
ColorBand EyedropperColorband::init_color_band |
Definition at line 52 of file eyedropper_colorband.c.
Referenced by eyedropper_colorband_cancel(), eyedropper_colorband_init(), and eyedropper_colorband_point_modal().
bool EyedropperColorband::is_set |
Definition at line 57 of file eyedropper_colorband.c.
Referenced by eyedropper_colorband_apply(), eyedropper_colorband_cancel(), and eyedropper_colorband_sample_point().
bool EyedropperColorband::is_undo |
Definition at line 56 of file eyedropper_colorband.c.
Referenced by eyedropper_colorband_init(), and eyedropper_colorband_modal().
PropertyRNA* EyedropperColorband::prop |
Definition at line 55 of file 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 54 of file 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 51 of file eyedropper_colorband.c.
Referenced by eyedropper_colorband_modal().