SetLineColour

data class SetLineColour(val colour: Expression) : Instruction

Instruction to set the Colour used to draw lines and figure outlines.

Parameters

colour

An Expression representing the line 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?