Skip to content

Commit

Permalink
Color-separated Saturation: Enhanced Comment
Browse files Browse the repository at this point in the history
See #368 (comment).

Signed-off-by: Markus KARG <markus@headcrashing.eu>
  • Loading branch information
mkarg committed Nov 23, 2019
1 parent adeb452 commit ffab570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/effects/Saturation.h
Expand Up @@ -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
Expand Down

0 comments on commit ffab570

Please sign in to comment.