Blender
V3.3
|
Public Attributes | |
struct 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 |
void * | draw_handle_sample_text |
char | sample_text [MAX_NAME] |
bNode * | crypto_node |
struct CryptomatteSession * | cryptomatte_session |
Definition at line 55 of file eyedropper_color.c.
float Eyedropper::accum_col[3] |
Definition at line 67 of file eyedropper_color.c.
Referenced by eyedropper_color_sample(), and eyedropper_modal().
bool Eyedropper::accum_start |
Definition at line 66 of file eyedropper_color.c.
Referenced by eyedropper_modal().
int Eyedropper::accum_tot |
Definition at line 68 of file eyedropper_color.c.
Referenced by eyedropper_color_sample(), and eyedropper_modal().
bNode* Eyedropper::crypto_node |
Definition at line 73 of file eyedropper_color.c.
Referenced by eyedropper_color_sample(), eyedropper_cryptomatte_sample_fl(), and eyedropper_init().
struct CryptomatteSession* Eyedropper::cryptomatte_session |
Definition at line 74 of file eyedropper_color.c.
Referenced by eyedropper_color_sample_text_update(), eyedropper_exit(), and eyedropper_init().
struct ColorManagedDisplay* Eyedropper::display |
Definition at line 56 of file eyedropper_color.c.
Referenced by eyedropper_color_set(), and eyedropper_init().
void* Eyedropper::draw_handle_sample_text |
Definition at line 70 of file eyedropper_color.c.
Referenced by eyedropper_exit(), eyedropper_init(), and eyedropper_modal().
int Eyedropper::index |
Definition at line 60 of file eyedropper_color.c.
Referenced by eyedropper_init().
float Eyedropper::init_col[3] |
Definition at line 64 of file eyedropper_color.c.
Referenced by eyedropper_cancel(), and eyedropper_init().
bool Eyedropper::is_set |
Definition at line 63 of file eyedropper_color.c.
Referenced by eyedropper_cancel(), and eyedropper_color_set().
bool Eyedropper::is_undo |
Definition at line 61 of file eyedropper_color.c.
Referenced by eyedropper_init(), and eyedropper_modal().
PropertyRNA* Eyedropper::prop |
Definition at line 59 of file eyedropper_color.c.
Referenced by eyedropper_color_set(), and eyedropper_init().
PointerRNA Eyedropper::ptr |
Definition at line 58 of file eyedropper_color.c.
Referenced by eyedropper_color_set(), and eyedropper_init().
char Eyedropper::sample_text[MAX_NAME] |
Definition at line 71 of file eyedropper_color.c.
Referenced by eyedropper_color_sample_text_update(), and eyedropper_draw_cb().