mirror of
https://github.com/Ellpeck/Illumilib.git
synced 2024-11-25 21:28:34 +01:00
Compare commits
No commits in common. "01575ed42dc45d3837eb051d459e4657b96555af" and "f640d05fa5356b3a40650247e999a65d51cf5085" have entirely different histories.
01575ed42d
...
f640d05fa5
3 changed files with 3 additions and 11 deletions
|
@ -11,7 +11,7 @@
|
||||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
<PackageIcon>Logo.png</PackageIcon>
|
<PackageIcon>Logo.png</PackageIcon>
|
||||||
<VersionPrefix>1.2.6</VersionPrefix>
|
<VersionPrefix>1.2.5</VersionPrefix>
|
||||||
<NoWarn>NU1701</NoWarn>
|
<NoWarn>NU1701</NoWarn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
|
@ -20,11 +20,7 @@ namespace Illumilib.System {
|
||||||
public override void Dispose() {
|
public override void Dispose() {
|
||||||
base.Dispose();
|
base.Dispose();
|
||||||
this.ClearBitmap();
|
this.ClearBitmap();
|
||||||
try {
|
|
||||||
LogitechGsdk.LogiLedShutdown();
|
LogitechGsdk.LogiLedShutdown();
|
||||||
} catch {
|
|
||||||
// ignored
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void SetAllLighting(float r, float g, float b) {
|
public override void SetAllLighting(float r, float g, float b) {
|
||||||
|
|
|
@ -22,11 +22,7 @@ namespace Illumilib.System {
|
||||||
|
|
||||||
public override void Dispose() {
|
public override void Dispose() {
|
||||||
base.Dispose();
|
base.Dispose();
|
||||||
try {
|
|
||||||
this.chroma?.UninitializeAsync();
|
this.chroma?.UninitializeAsync();
|
||||||
} catch {
|
|
||||||
// ignored
|
|
||||||
}
|
|
||||||
this.effectOutdated = true;
|
this.effectOutdated = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue