Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Defining Colors

Tim edited this page Jan 27, 2017 · 3 revisions

How to define colors:

Colors are defined as a 3 item-tuple. Each item stands for one value of RGB.

Example: RED = (255,0,0) GREEN = (0,255,0) BLUE = (0,0,255)

Clone this wiki locally