Blender
V3.3
|
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] |
Definition at line 1459 of file colortools.c.
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().
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().
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().
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().
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().
float ScopesUpdateDataChunk::max[3] |
Definition at line 1465 of file colortools.c.
Referenced by BKE_scopes_update(), scopes_update_cb(), and scopes_update_reduce().
float ScopesUpdateDataChunk::min[3] |
Definition at line 1465 of file colortools.c.
Referenced by BKE_scopes_update(), scopes_update_cb(), and scopes_update_reduce().