setFillTolerance

Help Contents Graphics Pen and Background Control setFillTolerance
setDepthFunc setPointSize

setFillTolerance tolerance


command. Sets the internal variable fillTolerance to the number tolerance.

tolerance: number in the range 0..1.

Example:

clearScreen
enableLineSmooth
box
right 45
PenUp
forward 10
setFillTolerance 0.5
(fill FILL_TOLERANT)
PenDown

Examples:

References:

setDepthFunc setPointSize