Uses of Class
net.runelite.client.plugins.gpu.config.ColorBlindMode
-
Packages that use ColorBlindMode Package Description net.runelite.client.plugins.gpu net.runelite.client.plugins.gpu.config -
-
Uses of ColorBlindMode in net.runelite.client.plugins.gpu
Methods in net.runelite.client.plugins.gpu that return ColorBlindMode Modifier and Type Method Description default ColorBlindMode
GpuPluginConfig. colorBlindMode()
-
Uses of ColorBlindMode in net.runelite.client.plugins.gpu.config
Methods in net.runelite.client.plugins.gpu.config that return ColorBlindMode Modifier and Type Method Description static ColorBlindMode
ColorBlindMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ColorBlindMode[]
ColorBlindMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-