|
Blender
V2.93
|
#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 144 of file DNA_color_types.h.
| int Histogram::channels |
Definition at line 145 of file DNA_color_types.h.
Referenced by BKE_histogram_update_sample_line(), and BKE_scopes_update().
| float Histogram::co[2][2] |
Definition at line 159 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 151 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 150 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 149 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 147 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 148 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 154 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 155 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 153 of file DNA_color_types.h.
Referenced by BKE_scopes_new(), and ui_draw_but_HISTOGRAM().
| int Histogram::x_resolution |
Definition at line 146 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 152 of file DNA_color_types.h.
Referenced by BKE_histogram_update_sample_line().
| float Histogram::ymax |
Definition at line 152 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().