Uses of Class
heronarts.lx.output.LXOutput.GammaTable
Packages that use LXOutput.GammaTable
Package
Description
Output support for various networking protocols.
-
Uses of LXOutput.GammaTable in heronarts.lx.output
Methods in heronarts.lx.output that return LXOutput.GammaTableModifier and TypeMethodDescriptionLXOutput.GammaTable.generate
(double gamma, double whitePointRed, double whitePointGreen, double whitePointBlue, double whitePointWhite) Generate the gamma curve tables for RGBW tablesMethods in heronarts.lx.output with parameters of type LXOutput.GammaTableModifier 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
Methods in heronarts.lx.structure with parameters of type LXOutput.GammaTableModifier and TypeMethodDescriptionprotected void
LXStructureOutput.onSend
(int[] colors, LXOutput.GammaTable glut, double brightness)