Skip to content

M_Aurora_Devices_Device_UpdateDevice

Anton Pupkov edited this page Aug 8, 2016 · 1 revision

Device.UpdateDevice Method

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)

Syntax

C#

bool UpdateDevice(
	Dictionary<DeviceKeys, Color> keyColors,
	bool forced = false
)

Parameters

 

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

Return Value

Type: Boolean
[Missing documentation for "M:Aurora.Devices.Device.UpdateDevice(System.Collections.Generic.Dictionary{Aurora.Devices.DeviceKeys,System.Drawing.Color},System.Boolean)"]

See Also

Reference

Device Interface
Aurora.Devices Namespace

Clone this wiki locally