Draw Colored Dot
Simple effect that draws a colored dot for each it.unibo.alchemist.model.interfaces.Node.
It's possible to set the size and the color of the dots.
Parameters
<P>
position type
Constructors
Functions
Link copied to clipboard
The alpha channel of the color of the dots representing each it.unibo.alchemist.model.interfaces.Node in the it.unibo.alchemist.model.interfaces.Environment specified when drawing.
Link copied to clipboard
The blue channel of the color of the dots representing each it.unibo.alchemist.model.interfaces.Node in the it.unibo.alchemist.model.interfaces.Environment specified when drawing.
Link copied to clipboard
open fun <T> computeDrawCommands(environment: Environment<T, P>): Queue<DrawCommand<P>>
Content copied to clipboard
abstract fun <T> computeDrawCommands(environment: Environment<T, P>): Queue<DrawCommand<P>>
Content copied to clipboard
Computes a queue of commands to Draw something.
Link copied to clipboard
The green channel of the color of the dots representing each it.unibo.alchemist.model.interfaces.Node in the it.unibo.alchemist.model.interfaces.Environment specified when drawing.
Link copied to clipboard
The red channel of the color of the dots representing each it.unibo.alchemist.model.interfaces.Node in the it.unibo.alchemist.model.interfaces.Environment specified when drawing.
Link copied to clipboard
Sets the visibility of the effect.
Link copied to clipboard
The size of the dots representing each it.unibo.alchemist.model.interfaces.Node in the Environment specified when drawing.