Blender  V2.93
Public Attributes | List of all members
ScopesUpdateDataChunk Struct Reference

Public Attributes

unsigned int bin_lum [256]
 
unsigned int bin_r [256]
 
unsigned int bin_g [256]
 
unsigned int bin_b [256]
 
unsigned int bin_a [256]
 
float min [3]
 
float max [3]
 

Detailed Description

Definition at line 1411 of file colortools.c.

Member Data Documentation

◆ bin_a

unsigned int ScopesUpdateDataChunk::bin_a[256]

Definition at line 1416 of file colortools.c.

Referenced by BKE_scopes_update(), scopes_update_cb(), and scopes_update_reduce().

◆ bin_b

unsigned int ScopesUpdateDataChunk::bin_b[256]

Definition at line 1415 of file colortools.c.

Referenced by BKE_scopes_update(), scopes_update_cb(), and scopes_update_reduce().

◆ bin_g

unsigned int ScopesUpdateDataChunk::bin_g[256]

Definition at line 1414 of file colortools.c.

Referenced by BKE_scopes_update(), scopes_update_cb(), and scopes_update_reduce().

◆ bin_lum

unsigned int ScopesUpdateDataChunk::bin_lum[256]

Definition at line 1412 of file colortools.c.

Referenced by BKE_scopes_update(), scopes_update_cb(), and scopes_update_reduce().

◆ bin_r

unsigned int ScopesUpdateDataChunk::bin_r[256]

Definition at line 1413 of file colortools.c.

Referenced by BKE_scopes_update(), scopes_update_cb(), and scopes_update_reduce().

◆ max

float ScopesUpdateDataChunk::max[3]

Definition at line 1417 of file colortools.c.

Referenced by BKE_scopes_update(), scopes_update_cb(), and scopes_update_reduce().

◆ min

float ScopesUpdateDataChunk::min[3]

Definition at line 1417 of file colortools.c.

Referenced by BKE_scopes_update(), scopes_update_cb(), and scopes_update_reduce().


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