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

B

byteArrayFromInt(int) - Static method in class io.gitlab.mguimard.openrgb.utils.Utils
Creates a byte array with a int inside
bytesToHex(byte[]) - Static method in class io.gitlab.mguimard.openrgb.utils.Utils
Transforms a byte array in an almost readable string

C

ColorMode - Enum in io.gitlab.mguimard.openrgb.entity
 
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
 
DeviceType - Enum in io.gitlab.mguimard.openrgb.entity
 
disconnect() - Method in class io.gitlab.mguimard.openrgb.client.OpenRGBClient
Disconnect the socket

F

FlagsChecker - Class in io.gitlab.mguimard.openrgb.utils
 
FlagsChecker(int) - Constructor for class io.gitlab.mguimard.openrgb.utils.FlagsChecker
 
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
 

H

hasBrightness() - Method in class io.gitlab.mguimard.openrgb.utils.FlagsChecker
 
hasDirection() - Method in class io.gitlab.mguimard.openrgb.utils.FlagsChecker
 
hasDirectionHv() - Method in class io.gitlab.mguimard.openrgb.utils.FlagsChecker
 
hasDirectionLR() - Method in class io.gitlab.mguimard.openrgb.utils.FlagsChecker
 
hasDirectionUP() - Method in class io.gitlab.mguimard.openrgb.utils.FlagsChecker
 
hasModeSpecificColor() - Method in class io.gitlab.mguimard.openrgb.utils.FlagsChecker
 
hasPerLedColor() - Method in class io.gitlab.mguimard.openrgb.utils.FlagsChecker
 
hasRandomColor() - Method in class io.gitlab.mguimard.openrgb.utils.FlagsChecker
 
hasSpeed() - Method in class io.gitlab.mguimard.openrgb.utils.FlagsChecker
 

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
 
ModeDirection - Enum in io.gitlab.mguimard.openrgb.entity
 

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(DeviceType, 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, ModeDirection, ColorMode, 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, ZoneType, 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(ColorMode) - 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(ModeDirection) - 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(DeviceType) - Method in class io.gitlab.mguimard.openrgb.entity.OpenRGBDevice
 
setType(ZoneType) - 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
Update a given Led color
updateLeds(int, OpenRGBColor[]) - Method in class io.gitlab.mguimard.openrgb.client.OpenRGBClient
Update all leds for a given device
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
Update leds in a given zone for a given device
Utils - Class in io.gitlab.mguimard.openrgb.utils
 

V

valueOf(String) - Static method in enum io.gitlab.mguimard.openrgb.entity.ColorMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.gitlab.mguimard.openrgb.entity.DeviceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.gitlab.mguimard.openrgb.entity.ModeDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.gitlab.mguimard.openrgb.entity.ZoneType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.gitlab.mguimard.openrgb.entity.ColorMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.gitlab.mguimard.openrgb.entity.DeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.gitlab.mguimard.openrgb.entity.ModeDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.gitlab.mguimard.openrgb.entity.ZoneType
Returns an array containing the constants of this enum type, in the order they are declared.

Z

ZoneType - Enum in io.gitlab.mguimard.openrgb.entity
 
B C D F G H I L M O R S T U V Z 
Skip navigation links

Copyright © 2021. All rights reserved.