You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried Colore by following the Getting started page and I can't get the keyboard to update, it just clear and fade back to my synapse configuration, here is my config:
windows 10 x64
.net 5.5.1
colore 6.0.0-unstable0240
synapse 3.3.1128.112711
chroma sdk 2.22.3
testing on a BlackWidow chroma v2
And here is my code :
using System;
using System.Windows.Forms;
using Colore;
using ColoreColor = Colore.Data.Color;
namespace BeatChroma
{
public partial class Form1 : Form
{
IChroma chroma;
public Form1()
{
InitializeComponent();
}
private async void testColor_Click(object sender, EventArgs e)
{
chroma = await ColoreProvider.CreateNativeAsync();
await chroma.SetAllAsync(ColoreColor.Red);
}
}
}
The text was updated successfully, but these errors were encountered:
I just tried Colore by following the Getting started page and I can't get the keyboard to update, it just clear and fade back to my synapse configuration, here is my config:
windows 10 x64
.net 5.5.1
colore 6.0.0-unstable0240
synapse 3.3.1128.112711
chroma sdk 2.22.3
testing on a BlackWidow chroma v2
And here is my code :
The text was updated successfully, but these errors were encountered: