Commit bb1abee 1 parent 0b824b3 commit bb1abee Copy full SHA for bb1abee
File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 3
3
using Ambilight . DesktopDuplication ;
4
4
using Ambilight . GUI ;
5
5
using Colore ;
6
+ using Colore . Data ;
6
7
using NLog ;
7
8
using Color = Colore . Data . Color ;
8
9
@@ -35,6 +36,22 @@ private async void StartLogic(TraySettings settings)
35
36
{
36
37
//Initializing Chroma SDK
37
38
IChroma chromaInstance = await ColoreProvider . CreateNativeAsync ( ) ;
39
+ AppInfo appInfo = new AppInfo (
40
+ "Ambilight for Razer devices" ,
41
+ "Shows an ambilight effect on your Razer Chroma devices" ,
42
+ "Nico Jeske" ,
43
+ "ambilight@nicojeske.de" ,
44
+ new [ ]
45
+ {
46
+ ApiDeviceType . Headset ,
47
+ ApiDeviceType . Keyboard ,
48
+ ApiDeviceType . Keypad ,
49
+ ApiDeviceType . Mouse ,
50
+ ApiDeviceType . Mousepad ,
51
+ ApiDeviceType . ChromaLink
52
+ } ,
53
+ Category . Application ) ;
54
+ await chromaInstance . InitializeAsync ( appInfo ) ;
38
55
39
56
_keyboardLogic = new KeyboardLogic ( settings , chromaInstance ) ;
40
57
_mousePadLogic = new MousePadLogic ( settings , chromaInstance ) ;
@@ -53,7 +70,7 @@ private async void StartLogic(TraySettings settings)
53
70
public void ProcessNewImage ( Bitmap img )
54
71
{
55
72
Bitmap newImage = new Bitmap ( img ) ;
56
-
73
+
57
74
if ( settings . KeyboardEnabled )
58
75
_keyboardLogic . Process ( newImage ) ;
59
76
if ( settings . PadEnabled )
Original file line number Diff line number Diff line change 3776
3776
"Manufacturer" = "8:Nico Jeske"
3777
3777
"ARPHELPTELEPHONE" = "8:"
3778
3778
"ARPHELPLINK" = "8:"
3779
- "Title" = "8:Razer Ambilight Installer "
3779
+ "Title" = "8:Ambilight for Razer devices installer "
3780
3780
"Subject" = "8:"
3781
3781
"ARPCONTACT" = "8:Nico Jeske"
3782
3782
"Keywords" = "8:"
You can’t perform that action at this time.
0 commit comments