Skip to content

Commit e6fcabc

Browse files
slovett@hotmail.co.ukslovett@hotmail.co.uk
authored andcommitted
README typos
1 parent a3332ab commit e6fcabc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,15 @@ Thread.Sleep(100);
2323
kb.SetLightingMode(LightingMode.SpectrumColors, SpectrumMode.SpectrumBreathing, TesoroProfile.PC);
2424
Thread.Sleep(100);
2525
26-
// Set the keys to display the contents of
26+
// Set the keys to display the contents of an image file
2727
kb.SetKeysColor("test.png", TesoroProfile.PC, false);
2828
29+
// Set the keys to display the contents of a Bitmap object
30+
kb.SetKeysColor(bitmap, TesoroProfile.PC, false);
31+
32+
// Set individual key color
33+
kb.SetKeyColor(TesoroLedID.Escape, 255, 0, 0, TesoroProfile.PC);
34+
2935
// Save Layout
3036
kb.SaveSpectrumColors(TesoroProfile.PC);
3137

0 commit comments

Comments
 (0)