Blender  V3.3
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 1459 of file colortools.c.

Member Data Documentation

◆ bin_a

unsigned int ScopesUpdateDataChunk::bin_a[256]

Definition at line 1464 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 1463 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 1462 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 1460 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 1461 of file colortools.c.

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

◆ max

float ScopesUpdateDataChunk::max[3]

Definition at line 1465 of file colortools.c.

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

◆ min

float ScopesUpdateDataChunk::min[3]

Definition at line 1465 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: