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