Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageProducer ¶
func (*ImageProducer) Produce ¶
func (i *ImageProducer) Produce(commands chan<- client.WriteCommand)
type Producer ¶
type Producer interface {
Produce(chan<- client.WriteCommand)
}
type RectangleProducer ¶
type RectangleProducer struct {
OffsetX, OffsetY, SizeX, SizeY int
// contains filtered or unexported fields
}
func (*RectangleProducer) Produce ¶
func (rp *RectangleProducer) Produce(commandChannel chan<- client.WriteCommand)
Click to show internal directories.
Click to hide internal directories.