Table of Contents

Function Definition: setcolor(color = [0, 0 , 0])

Parameters

NameTypeDescriptionExpected ValuesDefault Value
colorlistThe color list with following values R - 0-255 G - 0-255 B - 0-255[R, G, B][0, 0 , 0]

Description

The function sets the pen’s color to the given color – (R, G, B).

Example

There are no examples documented for this article.