Encapsulates the parameters that may be passed to an image runner.

Properties

alpha:Null<Int>

The opacity of the shapes (0-255). By default 128.

candidateShapesPerStep:Null<Int>

The number of candidate shapes to try per model step. By default 50.

shapeMutationsPerStep:Null<Int>

The number of times to mutate each candidate shape. By default 100.

shapeTypes:Null<Array<ShapeType>>

The types of shapes to use when generating the image. By default [ShapeType.TRIANGLE].