Blender
V3.3
|
#include <DNA_color_types.h>
Public Attributes | |
int | channels |
int | x_resolution |
float | data_luma [256] |
float | data_r [256] |
float | data_g [256] |
float | data_b [256] |
float | data_a [256] |
float | xmax |
float | ymax |
short | mode |
short | flag |
int | height |
float | co [2][2] |
Definition at line 127 of file DNA_color_types.h.
int Histogram::channels |
Definition at line 128 of file DNA_color_types.h.
Referenced by BKE_histogram_update_sample_line(), and BKE_scopes_update().
float Histogram::co[2][2] |
Sample line only (image coords: source -> destination).
Definition at line 141 of file DNA_color_types.h.
Referenced by BKE_histogram_update_sample_line(), draw_image_sample_line(), and image_sample_line_exec().
float Histogram::data_a[256] |
Definition at line 134 of file DNA_color_types.h.
Referenced by BKE_histogram_update_sample_line(), BKE_scopes_update(), and ui_draw_but_HISTOGRAM().
float Histogram::data_b[256] |
Definition at line 133 of file DNA_color_types.h.
Referenced by BKE_histogram_update_sample_line(), BKE_scopes_update(), and ui_draw_but_HISTOGRAM().
float Histogram::data_g[256] |
Definition at line 132 of file DNA_color_types.h.
Referenced by BKE_histogram_update_sample_line(), BKE_scopes_update(), and ui_draw_but_HISTOGRAM().
float Histogram::data_luma[256] |
Definition at line 130 of file DNA_color_types.h.
Referenced by BKE_histogram_update_sample_line(), BKE_scopes_update(), and ui_draw_but_HISTOGRAM().
float Histogram::data_r[256] |
Definition at line 131 of file DNA_color_types.h.
Referenced by BKE_histogram_update_sample_line(), BKE_scopes_update(), and ui_draw_but_HISTOGRAM().
short Histogram::flag |
Definition at line 137 of file DNA_color_types.h.
Referenced by draw_image_sample_line(), image_sample_line_exec(), image_sample_line_invoke(), and ui_draw_but_HISTOGRAM().
int Histogram::height |
Definition at line 138 of file DNA_color_types.h.
Referenced by BKE_scopes_new(), blo_do_versions_250(), image_create(), and uiTemplateHistogram().
short Histogram::mode |
Definition at line 136 of file DNA_color_types.h.
Referenced by BKE_scopes_new(), and ui_draw_but_HISTOGRAM().
int Histogram::x_resolution |
Definition at line 129 of file DNA_color_types.h.
Referenced by BKE_histogram_update_sample_line(), BKE_scopes_update(), and ui_draw_but_HISTOGRAM().
float Histogram::xmax |
Definition at line 135 of file DNA_color_types.h.
Referenced by BKE_histogram_update_sample_line().
float Histogram::ymax |
Definition at line 135 of file DNA_color_types.h.
Referenced by BKE_scopes_update(), image_sample_line_exec(), ui_do_but_HISTOGRAM(), ui_draw_but_HISTOGRAM(), and ui_numedit_but_HISTOGRAM().