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

#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
 
floatwaveform_1
 
floatwaveform_2
 
floatwaveform_3
 
floatvecscope
 
int waveform_tot
 
char _pad [4]
 

Detailed Description

Definition at line 144 of file DNA_color_types.h.

Member Data Documentation

◆ _pad

char Scopes::_pad[4]

Definition at line 162 of file DNA_color_types.h.

◆ accuracy

float Scopes::accuracy

Definition at line 148 of file DNA_color_types.h.

Referenced by BKE_scopes_new(), and BKE_scopes_update().

◆ hist

struct Histogram Scopes::hist

Definition at line 155 of file DNA_color_types.h.

Referenced by BKE_scopes_new(), and BKE_scopes_update().

◆ minmax

float Scopes::minmax[3][2]

Definition at line 155 of file DNA_color_types.h.

Referenced by BKE_scopes_update().

◆ ok

int Scopes::ok

◆ sample_full

int Scopes::sample_full

Definition at line 146 of file DNA_color_types.h.

Referenced by BKE_scopes_update().

◆ sample_lines

int Scopes::sample_lines

Definition at line 147 of file DNA_color_types.h.

Referenced by BKE_scopes_update(), and scopes_update_cb().

◆ vecscope

float* Scopes::vecscope

◆ vecscope_alpha

float Scopes::vecscope_alpha

Definition at line 153 of file DNA_color_types.h.

Referenced by BKE_scopes_new().

◆ vecscope_height

int Scopes::vecscope_height

Definition at line 154 of file DNA_color_types.h.

Referenced by BKE_scopes_new(), and uiTemplateVectorscope().

◆ waveform_1

float* Scopes::waveform_1

◆ waveform_2

float* Scopes::waveform_2

◆ waveform_3

float* Scopes::waveform_3

◆ waveform_tot

int Scopes::waveform_tot

Definition at line 161 of file DNA_color_types.h.

Referenced by BKE_scopes_update().

◆ wavefrm_alpha

float Scopes::wavefrm_alpha

Definition at line 150 of file DNA_color_types.h.

Referenced by BKE_scopes_new().

◆ wavefrm_height

int Scopes::wavefrm_height

Definition at line 152 of file DNA_color_types.h.

Referenced by BKE_scopes_new(), and uiTemplateWaveform().

◆ wavefrm_mode

int Scopes::wavefrm_mode

Definition at line 149 of file DNA_color_types.h.

Referenced by BKE_scopes_update(), and save_sample_line().

◆ wavefrm_yfac

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


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