How many colors are there
HI everyone I know this question might be a little stupid, but since im working with the turtle spiral, I will ask it. How many colors does python support?
IMayBeMe
It depends on the amount of bits. Most displays nowadays use 24 bit pixels which can render around 16,777,000 colors but some older models tend to use 16 bit displays that can display around 65,000 colors
kannibalistic
oh thanx everyone =D
If you use RGB colors, then about 16 million :)
@MrVoo i mean the names
@kannibalistic for RGB, (1,0,0,),(2,0,0),(3,0,0),(4,0,0) ect until (255,255,255). About 16 - 17 million colours.
@kannibalistic Python Turtle is based on Tk, which has these named colors. There are about 750 of them.
@SixBeeps finally righteous answer
@kannibalistic All you have to do is google a list?