From c1ecf6867bffa7f59a98dac58f37b4ea570cd522 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Wed, 26 Feb 2025 18:34:06 +0100 Subject: [PATCH] [orx-temporal-blur] Fix DemoColorShift01.kt --- orx-temporal-blur/src/demo/kotlin/DemoColorShift01.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orx-temporal-blur/src/demo/kotlin/DemoColorShift01.kt b/orx-temporal-blur/src/demo/kotlin/DemoColorShift01.kt index 41219fd6..86a3686c 100644 --- a/orx-temporal-blur/src/demo/kotlin/DemoColorShift01.kt +++ b/orx-temporal-blur/src/demo/kotlin/DemoColorShift01.kt @@ -1,6 +1,6 @@ import org.openrndr.application import org.openrndr.color.ColorRGBa -import org.openrndr.draw.tint +import org.openrndr.extra.color.colormatrix.tint import org.openrndr.extra.temporalblur.TemporalBlur import org.openrndr.math.Polar import kotlin.math.cos