Ambient + Custom colors effect for ROG Strix (#1582)

* Added ambient effect.
Refact AsusUSB.cs

* merge

* Improved perfomance for Ambient effect.
Added AuraMsg.cs

* Fix leaked.
Decrease saturation.

* returned the old form formatting

* Fixed color size

* Removed visible colors for ambient effect

* Add comments

* Improved performance by 60%

* merge

* added "init = true" for effect
This commit is contained in:
DLdota
2023-11-13 23:05:33 +02:00
committed by GitHub
parent 229255fbff
commit 0f56883c37
3 changed files with 368 additions and 47 deletions

View File

@@ -54,7 +54,7 @@ namespace GHelper.Gpu
AppConfig.Set("gpu_mode", gpuMode);
settings.VisualiseGPUMode(gpuMode);
Aura.ApplyGPUColor();
Aura.CustomRGB.ApplyGPUColor();
}