Blender V4.3
ScopesUpdateDataChunk Struct Reference

Public Attributes

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

Detailed Description

Definition at line 1567 of file colortools.cc.

Member Data Documentation

◆ bin_a

uint ScopesUpdateDataChunk::bin_a[256]

Definition at line 1572 of file colortools.cc.

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

◆ bin_b

uint ScopesUpdateDataChunk::bin_b[256]

Definition at line 1571 of file colortools.cc.

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

◆ bin_g

uint ScopesUpdateDataChunk::bin_g[256]

Definition at line 1570 of file colortools.cc.

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

◆ bin_lum

uint ScopesUpdateDataChunk::bin_lum[256]

Definition at line 1568 of file colortools.cc.

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

◆ bin_r

uint ScopesUpdateDataChunk::bin_r[256]

Definition at line 1569 of file colortools.cc.

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

◆ max

float ScopesUpdateDataChunk::max[3]

Definition at line 1573 of file colortools.cc.

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

◆ min

float ScopesUpdateDataChunk::min[3]

Definition at line 1573 of file colortools.cc.

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


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