SetFillColour

data class SetFillColour(val colour: Expression) : Instruction

An Instruction to set the Colour used to fill figures.

Parameters

colour

An Expression representing the fill Colour.

Constructors

Link copied to clipboard
constructor(colour: Expression)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
open override var parent: Instruction?