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

#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]
 

Detailed Description

Definition at line 127 of file DNA_color_types.h.

Member Data Documentation

◆ channels

int Histogram::channels

Definition at line 128 of file DNA_color_types.h.

Referenced by BKE_histogram_update_sample_line(), and BKE_scopes_update().

◆ co

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

◆ data_a

float Histogram::data_a[256]

◆ data_b

float Histogram::data_b[256]

◆ data_g

float Histogram::data_g[256]

◆ data_luma

float Histogram::data_luma[256]

◆ data_r

float Histogram::data_r[256]

◆ flag

short Histogram::flag

◆ height

int Histogram::height

◆ mode

short Histogram::mode

Definition at line 136 of file DNA_color_types.h.

Referenced by BKE_scopes_new(), and ui_draw_but_HISTOGRAM().

◆ x_resolution

int Histogram::x_resolution

◆ xmax

float Histogram::xmax

Definition at line 135 of file DNA_color_types.h.

Referenced by BKE_histogram_update_sample_line().

◆ ymax

float Histogram::ymax

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