Blender
V3.3
|
#include <DNA_color_types.h>
Public Attributes | |
int | ok |
int | sample_full |
int | sample_lines |
float | accuracy |
int | wavefrm_mode |
float | wavefrm_alpha |
float | wavefrm_yfac |
int | wavefrm_height |
float | vecscope_alpha |
int | vecscope_height |
float | minmax [3][2] |
struct Histogram | hist |
float * | waveform_1 |
float * | waveform_2 |
float * | waveform_3 |
float * | vecscope |
int | waveform_tot |
char | _pad [4] |
Definition at line 144 of file DNA_color_types.h.
char Scopes::_pad[4] |
Definition at line 162 of file DNA_color_types.h.
float Scopes::accuracy |
Definition at line 148 of file DNA_color_types.h.
Referenced by BKE_scopes_new(), and BKE_scopes_update().
struct Histogram Scopes::hist |
Definition at line 155 of file DNA_color_types.h.
Referenced by BKE_scopes_new(), and BKE_scopes_update().
float Scopes::minmax[3][2] |
Definition at line 155 of file DNA_color_types.h.
Referenced by BKE_scopes_update().
int Scopes::ok |
Definition at line 145 of file DNA_color_types.h.
Referenced by BKE_scopes_new(), BKE_scopes_update(), direct_link_area(), image_buttons_region_draw(), image_scopes_tag_refresh(), and lib_link_workspace_layout_restore().
int Scopes::sample_full |
Definition at line 146 of file DNA_color_types.h.
Referenced by BKE_scopes_update().
int Scopes::sample_lines |
Definition at line 147 of file DNA_color_types.h.
Referenced by BKE_scopes_update(), and scopes_update_cb().
float* Scopes::vecscope |
Definition at line 160 of file DNA_color_types.h.
Referenced by BKE_scopes_free(), BKE_scopes_new(), BKE_scopes_update(), direct_link_area(), lib_link_workspace_layout_restore(), and save_sample_line().
float Scopes::vecscope_alpha |
Definition at line 153 of file DNA_color_types.h.
Referenced by BKE_scopes_new().
int Scopes::vecscope_height |
Definition at line 154 of file DNA_color_types.h.
Referenced by BKE_scopes_new(), and uiTemplateVectorscope().
float* Scopes::waveform_1 |
Definition at line 157 of file DNA_color_types.h.
Referenced by BKE_scopes_free(), BKE_scopes_new(), BKE_scopes_update(), direct_link_area(), lib_link_workspace_layout_restore(), and save_sample_line().
float* Scopes::waveform_2 |
Definition at line 158 of file DNA_color_types.h.
Referenced by BKE_scopes_free(), BKE_scopes_new(), BKE_scopes_update(), direct_link_area(), lib_link_workspace_layout_restore(), and save_sample_line().
float* Scopes::waveform_3 |
Definition at line 159 of file DNA_color_types.h.
Referenced by BKE_scopes_free(), BKE_scopes_new(), BKE_scopes_update(), direct_link_area(), lib_link_workspace_layout_restore(), and save_sample_line().
int Scopes::waveform_tot |
Definition at line 161 of file DNA_color_types.h.
Referenced by BKE_scopes_update().
float Scopes::wavefrm_alpha |
Definition at line 150 of file DNA_color_types.h.
Referenced by BKE_scopes_new().
int Scopes::wavefrm_height |
Definition at line 152 of file DNA_color_types.h.
Referenced by BKE_scopes_new(), and uiTemplateWaveform().
int Scopes::wavefrm_mode |
Definition at line 149 of file DNA_color_types.h.
Referenced by BKE_scopes_update(), and save_sample_line().
float Scopes::wavefrm_yfac |
Definition at line 151 of file DNA_color_types.h.
Referenced by ui_do_but_WAVEFORM(), and ui_numedit_but_WAVEFORM().