Blender  V3.3
Public Attributes | List of all members
Eyedropper Struct Reference

Public Attributes

struct ColorManagedDisplaydisplay
 
PointerRNA ptr
 
PropertyRNAprop
 
int index
 
bool is_undo
 
bool is_set
 
float init_col [3]
 
bool accum_start
 
float accum_col [3]
 
int accum_tot
 
voiddraw_handle_sample_text
 
char sample_text [MAX_NAME]
 
bNodecrypto_node
 
struct CryptomatteSessioncryptomatte_session
 

Detailed Description

Definition at line 55 of file eyedropper_color.c.

Member Data Documentation

◆ accum_col

float Eyedropper::accum_col[3]

Definition at line 67 of file eyedropper_color.c.

Referenced by eyedropper_color_sample(), and eyedropper_modal().

◆ accum_start

bool Eyedropper::accum_start

Definition at line 66 of file eyedropper_color.c.

Referenced by eyedropper_modal().

◆ accum_tot

int Eyedropper::accum_tot

Definition at line 68 of file eyedropper_color.c.

Referenced by eyedropper_color_sample(), and eyedropper_modal().

◆ crypto_node

bNode* Eyedropper::crypto_node

◆ cryptomatte_session

struct CryptomatteSession* Eyedropper::cryptomatte_session

◆ display

struct ColorManagedDisplay* Eyedropper::display

Definition at line 56 of file eyedropper_color.c.

Referenced by eyedropper_color_set(), and eyedropper_init().

◆ draw_handle_sample_text

void* Eyedropper::draw_handle_sample_text

Definition at line 70 of file eyedropper_color.c.

Referenced by eyedropper_exit(), eyedropper_init(), and eyedropper_modal().

◆ index

int Eyedropper::index

Definition at line 60 of file eyedropper_color.c.

Referenced by eyedropper_init().

◆ init_col

float Eyedropper::init_col[3]

Definition at line 64 of file eyedropper_color.c.

Referenced by eyedropper_cancel(), and eyedropper_init().

◆ is_set

bool Eyedropper::is_set

Definition at line 63 of file eyedropper_color.c.

Referenced by eyedropper_cancel(), and eyedropper_color_set().

◆ is_undo

bool Eyedropper::is_undo

Definition at line 61 of file eyedropper_color.c.

Referenced by eyedropper_init(), and eyedropper_modal().

◆ prop

PropertyRNA* Eyedropper::prop

Definition at line 59 of file eyedropper_color.c.

Referenced by eyedropper_color_set(), and eyedropper_init().

◆ ptr

PointerRNA Eyedropper::ptr

Definition at line 58 of file eyedropper_color.c.

Referenced by eyedropper_color_set(), and eyedropper_init().

◆ sample_text

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().


The documentation for this struct was generated from the following file: