OpenShot Library | libopenshot  0.7.0
Public Member Functions | Public Attributes | List of all members
openshot::ColorGradeWheelsData Struct Reference

All wheel controls for ColorGrade. More...

#include <effects/ColorGrade.h>

Collaboration diagram for openshot::ColorGradeWheelsData:
[legend]

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
 

Detailed Description

All wheel controls for ColorGrade.

Definition at line 52 of file ColorGrade.h.

Constructor & Destructor Documentation

◆ ColorGradeWheelsData()

ColorGradeWheelsData::ColorGradeWheelsData ( )

Definition at line 140 of file ColorGrade.cpp.

Member Function Documentation

◆ IsEnabled()

bool ColorGradeWheelsData::IsEnabled ( int64_t  frame_number) const

Definition at line 174 of file ColorGrade.cpp.

Referenced by openshot::ColorGrade::GetFrame(), and Summary().

◆ JsonValue()

Json::Value ColorGradeWheelsData::JsonValue ( ) const

◆ SetJsonValue()

void ColorGradeWheelsData::SetJsonValue ( const Json::Value &  root)

Definition at line 154 of file ColorGrade.cpp.

Referenced by openshot::ColorGrade::SetJsonValue().

◆ Summary()

std::string ColorGradeWheelsData::Summary ( int64_t  frame_number) const

Definition at line 169 of file ColorGrade.cpp.

Referenced by openshot::ColorGrade::PropertiesJSON().

Member Data Documentation

◆ enabled

Keyframe openshot::ColorGradeWheelsData::enabled

Definition at line 53 of file ColorGrade.h.

Referenced by IsEnabled(), JsonValue(), and SetJsonValue().

◆ global

ColorGradeWheelEntry openshot::ColorGradeWheelsData::global

Definition at line 54 of file ColorGrade.h.

Referenced by openshot::ColorGrade::GetFrame(), JsonValue(), and SetJsonValue().

◆ highlights

ColorGradeWheelEntry openshot::ColorGradeWheelsData::highlights

Definition at line 57 of file ColorGrade.h.

Referenced by openshot::ColorGrade::GetFrame(), JsonValue(), and SetJsonValue().

◆ midtones

ColorGradeWheelEntry openshot::ColorGradeWheelsData::midtones

Definition at line 56 of file ColorGrade.h.

Referenced by openshot::ColorGrade::GetFrame(), JsonValue(), and SetJsonValue().

◆ shadows

ColorGradeWheelEntry openshot::ColorGradeWheelsData::shadows

Definition at line 55 of file ColorGrade.h.

Referenced by openshot::ColorGrade::GetFrame(), JsonValue(), and SetJsonValue().


The documentation for this struct was generated from the following files: