Skip navigation links
B C D F G I L M O R S T U 

B

byteArrayFromInt(int) - Static method in class io.gitlab.mguimard.openrgb.utils.Utils
 
bytesToHex(byte[]) - Static method in class io.gitlab.mguimard.openrgb.utils.Utils
 

C

connect() - Method in class io.gitlab.mguimard.openrgb.client.OpenRGBClient
Connect to the OpenRGBServer

D

DeviceParser - Class in io.gitlab.mguimard.openrgb.utils
 
DeviceParser() - Constructor for class io.gitlab.mguimard.openrgb.utils.DeviceParser
 
disconnect() - Method in class io.gitlab.mguimard.openrgb.client.OpenRGBClient
Disconnect the socket

F

from(ByteBuffer, int) - Static method in class io.gitlab.mguimard.openrgb.utils.DeviceParser
 

G

getActiveMode() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
getBlue() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBColor
 
getColorMax() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
getColorMin() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
getColorMode() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
getColors() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
getColors() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
getControllerCount() - Method in class io.gitlab.mguimard.openrgb.client.OpenRGBClient
Retrieve the count of controllers discovered by OpenRGBServer
getDesc() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
getDeviceController(int) - Method in class io.gitlab.mguimard.openrgb.client.OpenRGBClient
Returns all controller information for a given deviceId
getDirection() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
getFlags() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
getGreen() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBColor
 
getLeds() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
getLedsCount() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBZone
 
getLedsMax() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBZone
 
getLedsMin() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBZone
 
getLocation() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
getModes() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
getName() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
getName() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBLed
 
getName() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
getName() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBZone
 
getProtocolVersion() - Method in class io.gitlab.mguimard.openrgb.client.OpenRGBClient
 
getRed() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBColor
 
getSerial() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
getSpeed() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
getSpeedMax() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
getSpeedMin() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
getType() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
getType() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBZone
 
getValue() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBLed
 
getValue() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
getVendor() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
getVersion() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
getZones() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 

I

io.gitlab.mguimard.openrgb.client - package io.gitlab.mguimard.openrgb.client
 
io.gitlab.mguimard.openrgb.entity - package io.gitlab.mguimard.openrgb.entity
 
io.gitlab.mguimard.openrgb.examples - package io.gitlab.mguimard.openrgb.examples
 
io.gitlab.mguimard.openrgb.utils - package io.gitlab.mguimard.openrgb.utils
 

L

ListDevices - Class in io.gitlab.mguimard.openrgb.examples
 
ListDevices() - Constructor for class io.gitlab.mguimard.openrgb.examples.ListDevices
 
LittleEndianInputStream - Class in io.gitlab.mguimard.openrgb.utils
 
LittleEndianInputStream(InputStream) - Constructor for class io.gitlab.mguimard.openrgb.utils.LittleEndianInputStream
 

M

main(String[]) - Static method in class io.gitlab.mguimard.openrgb.examples.ListDevices
 
main(String[]) - Static method in class io.gitlab.mguimard.openrgb.examples.SetColor
 
main(String[]) - Static method in class io.gitlab.mguimard.openrgb.examples.SetMode
 

O

OpenRGBClient - Class in io.gitlab.mguimard.openrgb.client
 
OpenRGBClient(String, int, String) - Constructor for class io.gitlab.mguimard.openrgb.client.OpenRGBClient
Returns an instance of OpenRGBClient
OpenRGBColor - Class in io.gitlab.mguimard.openrgb.entity
 
OpenRGBColor(int, int, int) - Constructor for class io.gitlab.mguimard.openrgb.entity.OpenRGBColor
Returns an instance of an OpenRGBColor
OpenRGBDevice - Class in io.gitlab.mguimard.openrgb.entity
 
OpenRGBDevice() - Constructor for class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
OpenRGBDevice(int, String, String, String, String, String, String, int, List<OpenRGBLed>, List<OpenRGBColor>, List<OpenRGBMode>, List<OpenRGBZone>) - Constructor for class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
OpenRGBLed - Class in io.gitlab.mguimard.openrgb.entity
 
OpenRGBLed(String, OpenRGBColor) - Constructor for class io.gitlab.mguimard.openrgb.entity.OpenRGBLed
Returns an instance of an OpenRGBLed
OpenRGBMode - Class in io.gitlab.mguimard.openrgb.entity
 
OpenRGBMode(String, int, int, int, int, int, int, int, int, int, List<OpenRGBColor>) - Constructor for class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
Returns an instance of an OpenRGBMode
OpenRGBMode() - Constructor for class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
OpenRGBZone - Class in io.gitlab.mguimard.openrgb.entity
 
OpenRGBZone(String, int, int, int, int, int, int, int[][]) - Constructor for class io.gitlab.mguimard.openrgb.entity.OpenRGBZone
Returns an instance of an OpenRGBZone

R

read() - Method in class io.gitlab.mguimard.openrgb.utils.LittleEndianInputStream
 
readAscii() - Method in class io.gitlab.mguimard.openrgb.utils.LittleEndianInputStream
 
readInt() - Method in class io.gitlab.mguimard.openrgb.utils.LittleEndianInputStream
 
readUnsignedShort() - Method in class io.gitlab.mguimard.openrgb.utils.LittleEndianInputStream
 

S

setActiveMode(int) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
setBlue(byte) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBColor
 
setClientName() - Method in class io.gitlab.mguimard.openrgb.client.OpenRGBClient
Send the client name to the OpenRGBServer
SetColor - Class in io.gitlab.mguimard.openrgb.examples
 
SetColor() - Constructor for class io.gitlab.mguimard.openrgb.examples.SetColor
 
setColorMax(int) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
setColorMin(int) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
setColorMode(int) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
setColors(List<OpenRGBColor>) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
setColors(List<OpenRGBColor>) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
setDesc(String) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
setDirection(int) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
setFlags(int) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
setGreen(byte) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBColor
 
setLeds(List<OpenRGBLed>) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
setLedsCount(int) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBZone
 
setLedsMax(int) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBZone
 
setLedsMin(int) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBZone
 
setLocation(String) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
SetMode - Class in io.gitlab.mguimard.openrgb.examples
 
SetMode() - Constructor for class io.gitlab.mguimard.openrgb.examples.SetMode
 
setModes(List<OpenRGBMode>) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
setName(String) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
setName(String) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBLed
 
setName(String) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
setName(String) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBZone
 
setRed(byte) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBColor
 
setSerial(String) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
setSpeed(int) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
setSpeedMax(int) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
setSpeedMin(int) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
setType(int) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
setType(int) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBZone
 
setValue(OpenRGBColor) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBLed
 
setValue(int) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
setVendor(String) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
setVersion(String) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
setZones(List<OpenRGBZone>) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 

T

toString() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBColor
 
toString() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
toString() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBLed
 
toString() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBMode
 
toString() - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBZone
 

U

updateLed(int, int, OpenRGBColor) - Method in class io.gitlab.mguimard.openrgb.client.OpenRGBClient
 
updateLeds(int, OpenRGBColor[]) - Method in class io.gitlab.mguimard.openrgb.client.OpenRGBClient
 
updateMode(int, int, OpenRGBMode) - Method in class io.gitlab.mguimard.openrgb.client.OpenRGBClient
Change the mode for a controller
updateZoneLeds(int, int, OpenRGBColor[]) - Method in class io.gitlab.mguimard.openrgb.client.OpenRGBClient
 
Utils - Class in io.gitlab.mguimard.openrgb.utils
 
B C D F G I L M O R S T U 
Skip navigation links

Copyright © 2021. All rights reserved.