Uses of Interface
heronarts.lx.output.LXBufferOutput.ByteEncoder
Package
Description
Output support for various networking protocols.
-
Uses of LXBufferOutput.ByteEncoder in heronarts.lx.output
Modifier and TypeClassDescriptionstatic enum
Most common static orderings for RGB buffer dataModifier and TypeFieldDescriptionIndexBuffer.Segment.byteEncoder
Byte order to use when sending the points in this segment, which implicitly specifies how many bytes are used per pixelModifierConstructorDescriptionSegment
(int[] indices, LXBufferOutput.ByteEncoder byteEncoder) Segment with specified indices and byte orderingSegment
(int[] indices, LXBufferOutput.ByteEncoder byteEncoder, int channel) Segment with specified indices, byte ordering and channel offsetSegment
(int[] indices, LXBufferOutput.ByteEncoder byteEncoder, int channel, LXParameter brightness) Segment with specified indices, byte ordering and channel offset -
Uses of LXBufferOutput.ByteEncoder in heronarts.lx.structure
Modifier and TypeFieldDescriptionprotected final LXBufferOutput.ByteEncoder
LXFixture.Segment.byteEncoder
ModifierConstructorDescriptionprotected
Segment
(int[] indexBuffer, LXBufferOutput.ByteEncoder byteEncoder) Constructs a segment with a fixed index buffer.protected
Segment
(int start, int num, int stride, int repeat, boolean reverse, LXBufferOutput.ByteEncoder byteEncoder)