Blender V2.61 - r43446
|
#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 |
int | pad |
Definition at line 119 of file DNA_color_types.h.
float Scopes::accuracy |
Definition at line 123 of file DNA_color_types.h.
Referenced by scopes_new(), and scopes_update().
struct Histogram Scopes::hist |
Definition at line 131 of file DNA_color_types.h.
Referenced by scopes_new(), and scopes_update().
float Scopes::minmax[3][2] |
Definition at line 130 of file DNA_color_types.h.
Referenced by scopes_update().
int Scopes::ok |
Definition at line 120 of file DNA_color_types.h.
Referenced by direct_link_screen(), image_scopes_tag_refresh(), lib_link_screen_restore(), scopes_new(), and scopes_update().
int Scopes::pad |
Definition at line 137 of file DNA_color_types.h.
Definition at line 121 of file DNA_color_types.h.
Referenced by scopes_update().
Definition at line 122 of file DNA_color_types.h.
Referenced by scopes_update().
float* Scopes::vecscope |
Definition at line 135 of file DNA_color_types.h.
Referenced by direct_link_screen(), lib_link_screen_restore(), save_sample_line(), scopes_free(), scopes_new(), and scopes_update().
float Scopes::vecscope_alpha |
Definition at line 128 of file DNA_color_types.h.
Referenced by scopes_new().
Definition at line 129 of file DNA_color_types.h.
Referenced by scopes_new(), ui_numedit_but_VECTORSCOPE(), and uiTemplateVectorscope().
float* Scopes::waveform_1 |
Definition at line 132 of file DNA_color_types.h.
Referenced by direct_link_screen(), lib_link_screen_restore(), save_sample_line(), scopes_free(), scopes_new(), and scopes_update().
float* Scopes::waveform_2 |
Definition at line 133 of file DNA_color_types.h.
Referenced by direct_link_screen(), lib_link_screen_restore(), save_sample_line(), scopes_free(), scopes_new(), and scopes_update().
float* Scopes::waveform_3 |
Definition at line 134 of file DNA_color_types.h.
Referenced by direct_link_screen(), lib_link_screen_restore(), save_sample_line(), scopes_free(), scopes_new(), and scopes_update().
Definition at line 136 of file DNA_color_types.h.
Referenced by scopes_update().
float Scopes::wavefrm_alpha |
Definition at line 125 of file DNA_color_types.h.
Referenced by scopes_new().
Definition at line 127 of file DNA_color_types.h.
Referenced by scopes_new(), ui_numedit_but_WAVEFORM(), and uiTemplateWaveform().
Definition at line 124 of file DNA_color_types.h.
Referenced by save_sample_line(), and scopes_update().
float Scopes::wavefrm_yfac |
Definition at line 126 of file DNA_color_types.h.
Referenced by ui_do_but_WAVEFORM(), and ui_numedit_but_WAVEFORM().