Blender V2.61 - r43446
Public Attributes

Histogram Struct Reference

#include <DNA_color_types.h>

List of all members.

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

Detailed Description

Definition at line 105 of file DNA_color_types.h.


Member Data Documentation

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

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

Definition at line 112 of file DNA_color_types.h.

Referenced by image_sample_line_exec().


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