Diff of Koordinatensystem.
Current page:version 6last modified on 05.02.2020by mk
Archived page:version 5last modified on 24.10.2017by gast

@@ -9,6 +9,14 @@
 zu Python: http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html
 
 Die Schildkröte malt uns ein Koordinatensystem:
+
+ Colormode(255)
+ Pencolor((255,128,0))
+
+ Def Mix(color1,color2,weight2):
+ For rgb in color
+ Ne'wsbase=int((base1+base2*weight2)/(weight2+1))
+ Return result (r,g,b)
 
 ----
  import turtle