You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Color-separated Saturation: Enhanced Comment
See https://github.com/OpenShot/libopenshot/pull/368#discussion_r349868322. Signed-off-by: Markus KARG <markus@headcrashing.eu>
This commit is contained in:
@@ -64,7 +64,7 @@ namespace openshot
|
||||
void init_effect_details();
|
||||
|
||||
public:
|
||||
Keyframe saturation; ///< The color saturation: 0.0 = black and white, 1.0 = normal, 2.0 = double saturation
|
||||
Keyframe saturation; ///< Overall color saturation: 0.0 = black and white, 1.0 = normal, 2.0 = double saturation
|
||||
Keyframe saturation_R; ///< Red color saturation
|
||||
Keyframe saturation_G; ///< Green color saturation
|
||||
Keyframe saturation_B; ///< Blue color saturation
|
||||
|
||||
Reference in New Issue
Block a user