|
Blender V4.3
|
Public Attributes | |
| ColorManagedDisplay * | display |
| PointerRNA | ptr |
| PropertyRNA * | prop |
| int | index |
| bool | is_undo |
| bool | is_set |
| float | init_col [3] |
| bool | accum_start |
| float | accum_col [3] |
| int | accum_tot |
| wmWindow * | cb_win |
| int | cb_win_event_xy [2] |
| void * | draw_handle_sample_text |
| char | sample_text [MAX_NAME] |
| bNode * | crypto_node |
| CryptomatteSession * | cryptomatte_session |
| ViewportColorSampleSession * | viewport_session |
Definition at line 60 of file eyedropper_color.cc.
| float Eyedropper::accum_col[3] |
Definition at line 72 of file eyedropper_color.cc.
Referenced by eyedropper_color_sample(), and eyedropper_modal().
| bool Eyedropper::accum_start |
Definition at line 71 of file eyedropper_color.cc.
Referenced by eyedropper_modal().
| int Eyedropper::accum_tot |
Definition at line 73 of file eyedropper_color.cc.
Referenced by eyedropper_color_sample(), and eyedropper_modal().
| wmWindow* Eyedropper::cb_win |
Definition at line 75 of file eyedropper_color.cc.
Referenced by eyedropper_cryptomatte_sample_fl(), eyedropper_exit(), and eyedropper_init().
| int Eyedropper::cb_win_event_xy[2] |
Definition at line 76 of file eyedropper_color.cc.
Referenced by eyedropper_cryptomatte_sample_fl(), and eyedropper_draw_cb().
| bNode* Eyedropper::crypto_node |
Definition at line 80 of file eyedropper_color.cc.
Referenced by eyedropper_color_sample(), eyedropper_cryptomatte_sample_fl(), and eyedropper_init().
| CryptomatteSession* Eyedropper::cryptomatte_session |
Definition at line 81 of file eyedropper_color.cc.
Referenced by eyedropper_color_sample_text_update(), eyedropper_exit(), and eyedropper_init().
| ColorManagedDisplay* Eyedropper::display |
Definition at line 61 of file eyedropper_color.cc.
Referenced by eyedropper_color_set(), and eyedropper_init().
| void* Eyedropper::draw_handle_sample_text |
Definition at line 77 of file eyedropper_color.cc.
Referenced by eyedropper_cryptomatte_sample_fl(), eyedropper_exit(), eyedropper_init(), and eyedropper_modal().
| int Eyedropper::index |
Definition at line 65 of file eyedropper_color.cc.
Referenced by eyedropper_init().
| float Eyedropper::init_col[3] |
Definition at line 69 of file eyedropper_color.cc.
Referenced by eyedropper_cancel(), and eyedropper_init().
| bool Eyedropper::is_set |
Definition at line 68 of file eyedropper_color.cc.
Referenced by eyedropper_cancel(), and eyedropper_color_set().
| bool Eyedropper::is_undo |
Definition at line 66 of file eyedropper_color.cc.
Referenced by eyedropper_init(), and eyedropper_modal().
| PropertyRNA* Eyedropper::prop |
Definition at line 64 of file eyedropper_color.cc.
Referenced by eyedropper_color_set(), and eyedropper_init().
| PointerRNA Eyedropper::ptr |
Definition at line 63 of file eyedropper_color.cc.
Referenced by eyedropper_color_set(), and eyedropper_init().
| char Eyedropper::sample_text[MAX_NAME] |
Definition at line 78 of file eyedropper_color.cc.
Referenced by eyedropper_color_sample_text_update(), and eyedropper_draw_cb().
| ViewportColorSampleSession* Eyedropper::viewport_session |
Definition at line 82 of file eyedropper_color.cc.
Referenced by eyedropper_color_sample_fl(), and eyedropper_exit().