aboutsummaryrefslogtreecommitdiffstats
path: root/src/effects/HueSaturation.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/HueSaturation.qml')
-rw-r--r--src/effects/HueSaturation.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/effects/HueSaturation.qml b/src/effects/HueSaturation.qml
index 866a8a2..408d449 100644
--- a/src/effects/HueSaturation.qml
+++ b/src/effects/HueSaturation.qml
@@ -199,6 +199,8 @@ Item {
SourceProxy {
id: sourceProxy
input: rootItem.source
+ interpolation: rootItem.smooth || (rootItem.layer.enabled && rootItem.layer.smooth)
+ ? SourceProxy.NearestInterpolation : SourceProxy.LinearInterpolation
}
ShaderEffectSource {