From ffab5705543b3739e1f4b8bcdef0460eb8947952 Mon Sep 17 00:00:00 2001 From: Markus KARG Date: Sat, 23 Nov 2019 19:10:11 +0100 Subject: [PATCH] Color-separated Saturation: Enhanced Comment See https://github.com/OpenShot/libopenshot/pull/368#discussion_r349868322. Signed-off-by: Markus KARG --- include/effects/Saturation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/effects/Saturation.h b/include/effects/Saturation.h index 08695fd9..83ee75b2 100644 --- a/include/effects/Saturation.h +++ b/include/effects/Saturation.h @@ -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