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:
Markus KARG
2019-11-23 19:10:11 +01:00
parent adeb452e5d
commit ffab570554

View File

@@ -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