summaryrefslogtreecommitdiff
path: root/src/device/Driver.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/Driver.java')
-rw-r--r--src/device/Driver.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/Driver.java b/src/device/Driver.java
index c6d5810..fe57fd7 100644
--- a/src/device/Driver.java
+++ b/src/device/Driver.java
@@ -154,7 +154,7 @@ public class Driver{
}
- public void setColor(Color color, Intensity intensity, Region region){
+ public void setColor(Region region, Color color, Intensity intensity){
try {
this.device.sendFeatureReport(this.getReport(1,2,66,region.intValue(),color.intValue(),intensity.intValue(),0,236));
} catch (IOException e) {