Blender V2.61 - r43446
|
#include <DNA_color_types.h>
Public Attributes | |
int | channels |
int | x_resolution |
float | data_r [256] |
float | data_g [256] |
float | data_b [256] |
float | data_luma [256] |
float | xmax |
float | ymax |
int | mode |
int | height |
Definition at line 105 of file DNA_color_types.h.
Definition at line 106 of file DNA_color_types.h.
Referenced by image_sample_line_exec(), and scopes_update().
float Histogram::data_b[256] |
Definition at line 110 of file DNA_color_types.h.
Referenced by image_sample_line_exec(), scopes_update(), and ui_draw_but_HISTOGRAM().
float Histogram::data_g[256] |
Definition at line 109 of file DNA_color_types.h.
Referenced by image_sample_line_exec(), scopes_update(), and ui_draw_but_HISTOGRAM().
float Histogram::data_luma[256] |
Definition at line 111 of file DNA_color_types.h.
Referenced by image_sample_line_exec(), scopes_update(), and ui_draw_but_HISTOGRAM().
float Histogram::data_r[256] |
Definition at line 108 of file DNA_color_types.h.
Referenced by image_sample_line_exec(), scopes_update(), and ui_draw_but_HISTOGRAM().
Definition at line 114 of file DNA_color_types.h.
Referenced by do_versions(), image_new(), scopes_new(), ui_numedit_but_HISTOGRAM(), and uiTemplateHistogram().
int Histogram::mode |
Definition at line 113 of file DNA_color_types.h.
Referenced by scopes_new(), and ui_draw_but_HISTOGRAM().
Definition at line 107 of file DNA_color_types.h.
Referenced by image_sample_line_exec(), scopes_update(), and ui_draw_but_HISTOGRAM().
float Histogram::xmax |
Definition at line 112 of file DNA_color_types.h.
Referenced by image_sample_line_exec().
float Histogram::ymax |
Definition at line 112 of file DNA_color_types.h.
Referenced by image_sample_line_exec(), scopes_update(), ui_do_but_HISTOGRAM(), ui_draw_but_HISTOGRAM(), and ui_numedit_but_HISTOGRAM().