This commit is contained in:
Serge
2023-11-14 19:01:49 +01:00
parent 6737af2da4
commit f8df547afb
3 changed files with 5 additions and 2 deletions

View File

@@ -538,8 +538,9 @@ namespace GHelper.USB
else
{
screeb_pxl = AmbientData.ResizeImage(screen_low, 1, 1);
var average = ColorUtils.HSV.UpSaturation(screeb_pxl.GetPixel(0, 0), (float)0.7);
for (int i = 0; i < 4; i++) //just color transfer from the bottom screen on keyboard
AmbientData.Colors[i].RGB = ColorUtils.HSV.UpSaturation(screeb_pxl.GetPixel(0, 0), (float)0.7);
AmbientData.Colors[i].RGB = average;
}