Uses of Class
heronarts.lx.output.LXOutput.GammaTable
Package
Description
Output support for various networking protocols.
-
Uses of LXOutput.GammaTable in heronarts.lx.output
Modifier and TypeMethodDescriptionprotected byte[]
LXSocket.getPacketData
(int[] colors, LXOutput.GammaTable glut, double brightness) protected void
LXDatagram.onSend
(int[] colors, LXOutput.GammaTable glut, double brightness) Invoked by engine to send this packet when new color data is available.protected abstract void
LXOutput.onSend
(int[] colors, LXOutput.GammaTable glut, double brightness) Subclasses implement this to send the data.protected void
LXOutputGroup.onSend
(int[] colors, LXOutput.GammaTable glut, double brightness) protected void
LXSocket.onSend
(int[] colors, LXOutput.GammaTable glut, double brightness) void
LXOutput.setGammaTable
(LXOutput.GammaTable gammaLut) Assigns a custom gamma table to the outputprotected LXBufferOutput
LXBufferOutput.updateDataBuffer
(int[] colors, LXOutput.GammaTable glut, double brightness) Helper for subclasses to copy a list of points into the data buffer at a specified offset. -
Uses of LXOutput.GammaTable in heronarts.lx.structure
Modifier and TypeMethodDescriptionprotected void
LXStructureOutput.onSend
(int[] colors, LXOutput.GammaTable glut, double brightness)