-
Notifications
You must be signed in to change notification settings - Fork 365
M_Aurora_Devices_Device_UpdateDevice
Anton Pupkov edited this page Aug 8, 2016
·
1 revision
Updates the device with a specified color arrangement.
Namespace: Aurora.Devices
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)
C#
bool UpdateDevice(
Dictionary<DeviceKeys, Color> keyColors,
bool forced = false
)
- keyColors
- Type: System.Collections.Generic.Dictionary(DeviceKeys, Color)
A dictionary of DeviceKeys their corresponding Colors - forced (Optional)
- Type: System.Boolean
A boolean value indicating whether or not to forcefully update this device
Type: Boolean
[Missing documentation for "M:Aurora.Devices.Device.UpdateDevice(System.Collections.Generic.Dictionary{Aurora.Devices.DeviceKeys,System.Drawing.Color},System.Boolean)"]