|
Blender
V3.3
|
Public Attributes | |
| int | flag |
| int | look |
| float | exposure |
| float | gamma |
| float | dither |
| CurveMapping * | curve_mapping |
| int | curve_mapping_timestamp |
Definition at line 204 of file colormanagement.c.
| CurveMapping* ColormanageCacheData::curve_mapping |
Definition at line 210 of file colormanagement.c.
Referenced by colormanage_cache_get(), and colormanage_cache_put().
| int ColormanageCacheData::curve_mapping_timestamp |
Definition at line 211 of file colormanagement.c.
Referenced by colormanage_cache_get(), and colormanage_cache_put().
| float ColormanageCacheData::dither |
Definition at line 209 of file colormanagement.c.
Referenced by colormanage_cache_get(), and colormanage_cache_put().
| float ColormanageCacheData::exposure |
Definition at line 207 of file colormanagement.c.
Referenced by colormanage_cache_get(), and colormanage_cache_put().
| int ColormanageCacheData::flag |
Definition at line 205 of file colormanagement.c.
Referenced by colormanage_cache_get(), and colormanage_cache_put().
| float ColormanageCacheData::gamma |
Definition at line 208 of file colormanagement.c.
Referenced by colormanage_cache_get(), and colormanage_cache_put().
| int ColormanageCacheData::look |
Definition at line 206 of file colormanagement.c.
Referenced by colormanage_cache_get(), and colormanage_cache_put().