|
OpenShot Library | libopenshot
0.7.0
|
All wheel controls for ColorGrade. More...
#include <effects/ColorGrade.h>
Public Member Functions | |
| ColorGradeWheelsData () | |
| bool | IsEnabled (int64_t frame_number) const |
| Json::Value | JsonValue () const |
| void | SetJsonValue (const Json::Value &root) |
| std::string | Summary (int64_t frame_number) const |
Public Attributes | |
| Keyframe | enabled |
| ColorGradeWheelEntry | global |
| ColorGradeWheelEntry | highlights |
| ColorGradeWheelEntry | midtones |
| ColorGradeWheelEntry | shadows |
All wheel controls for ColorGrade.
Definition at line 52 of file ColorGrade.h.
| ColorGradeWheelsData::ColorGradeWheelsData | ( | ) |
Definition at line 140 of file ColorGrade.cpp.
| bool ColorGradeWheelsData::IsEnabled | ( | int64_t | frame_number | ) | const |
Definition at line 174 of file ColorGrade.cpp.
Referenced by openshot::ColorGrade::GetFrame(), and Summary().
| Json::Value ColorGradeWheelsData::JsonValue | ( | ) | const |
Definition at line 143 of file ColorGrade.cpp.
Referenced by openshot::ColorGrade::JsonValue(), and openshot::ColorGrade::PropertiesJSON().
| void ColorGradeWheelsData::SetJsonValue | ( | const Json::Value & | root | ) |
Definition at line 154 of file ColorGrade.cpp.
Referenced by openshot::ColorGrade::SetJsonValue().
| std::string ColorGradeWheelsData::Summary | ( | int64_t | frame_number | ) | const |
Definition at line 169 of file ColorGrade.cpp.
Referenced by openshot::ColorGrade::PropertiesJSON().
| Keyframe openshot::ColorGradeWheelsData::enabled |
Definition at line 53 of file ColorGrade.h.
Referenced by IsEnabled(), JsonValue(), and SetJsonValue().
| ColorGradeWheelEntry openshot::ColorGradeWheelsData::global |
Definition at line 54 of file ColorGrade.h.
Referenced by openshot::ColorGrade::GetFrame(), JsonValue(), and SetJsonValue().
| ColorGradeWheelEntry openshot::ColorGradeWheelsData::highlights |
Definition at line 57 of file ColorGrade.h.
Referenced by openshot::ColorGrade::GetFrame(), JsonValue(), and SetJsonValue().
| ColorGradeWheelEntry openshot::ColorGradeWheelsData::midtones |
Definition at line 56 of file ColorGrade.h.
Referenced by openshot::ColorGrade::GetFrame(), JsonValue(), and SetJsonValue().
| ColorGradeWheelEntry openshot::ColorGradeWheelsData::shadows |
Definition at line 55 of file ColorGrade.h.
Referenced by openshot::ColorGrade::GetFrame(), JsonValue(), and SetJsonValue().
1.8.17