|
Blender V5.0
|
Public Attributes | |
| int | flag |
| int | look |
| float | exposure |
| float | gamma |
| float | dither |
| float | temperature |
| float | tint |
| CurveMapping * | curve_mapping |
| int | curve_mapping_timestamp |
Definition at line 242 of file colormanagement.cc.
| CurveMapping* ColormanageCacheData::curve_mapping |
Definition at line 250 of file colormanagement.cc.
Referenced by colormanage_cache_get(), and colormanage_cache_put().
| int ColormanageCacheData::curve_mapping_timestamp |
Definition at line 251 of file colormanagement.cc.
Referenced by colormanage_cache_get(), and colormanage_cache_put().
| float ColormanageCacheData::dither |
Definition at line 247 of file colormanagement.cc.
Referenced by colormanage_cache_get(), and colormanage_cache_put().
| float ColormanageCacheData::exposure |
Definition at line 245 of file colormanagement.cc.
Referenced by colormanage_cache_get(), and colormanage_cache_put().
| int ColormanageCacheData::flag |
Definition at line 243 of file colormanagement.cc.
Referenced by colormanage_cache_get(), and colormanage_cache_put().
| float ColormanageCacheData::gamma |
Definition at line 246 of file colormanagement.cc.
Referenced by colormanage_cache_get(), and colormanage_cache_put().
| int ColormanageCacheData::look |
Definition at line 244 of file colormanagement.cc.
Referenced by colormanage_cache_get(), and colormanage_cache_put().
| float ColormanageCacheData::temperature |
Definition at line 248 of file colormanagement.cc.
Referenced by colormanage_cache_get(), and colormanage_cache_put().
| float ColormanageCacheData::tint |
Definition at line 249 of file colormanagement.cc.
Referenced by colormanage_cache_get(), and colormanage_cache_put().