From 34c8ff6ad06a3decc1b4d62cebf7e6ae49dd96a2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 12 Oct 2025 14:40:12 +0000 Subject: [PATCH 1/3] Initial plan From 25a57b3864030bd2c7c894e7efbfab600e7c40c2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 12 Oct 2025 14:43:43 +0000 Subject: [PATCH 2/3] Update heat map to 9x9 grid with proper gradient colors and 50% opacity Co-authored-by: Keboo <952248+Keboo@users.noreply.github.com> --- HueCue/MainWindow.xaml | 135 ++++++++++++++++++++++++++++++++--------- 1 file changed, 106 insertions(+), 29 deletions(-) diff --git a/HueCue/MainWindow.xaml b/HueCue/MainWindow.xaml index a531c3b..f1ba238 100644 --- a/HueCue/MainWindow.xaml +++ b/HueCue/MainWindow.xaml @@ -149,7 +149,8 @@ HorizontalAlignment="Center" VerticalAlignment="Center" Width="{Binding ActualWidth, ElementName=VideoImage}" - Height="{Binding ActualHeight, ElementName=VideoImage}"> + Height="{Binding ActualHeight, ElementName=VideoImage}" + Opacity="0.5">