summaryrefslogtreecommitdiffstats
path: root/tde-i18n-ru/data/kdeedu/kturtle/canvascolors.logo
diff options
context:
space:
mode:
Diffstat (limited to 'tde-i18n-ru/data/kdeedu/kturtle/canvascolors.logo')
-rw-r--r--tde-i18n-ru/data/kdeedu/kturtle/canvascolors.logo33
1 files changed, 33 insertions, 0 deletions
diff --git a/tde-i18n-ru/data/kdeedu/kturtle/canvascolors.logo b/tde-i18n-ru/data/kdeedu/kturtle/canvascolors.logo
new file mode 100644
index 00000000000..08dcbbd80ff
--- /dev/null
+++ b/tde-i18n-ru/data/kdeedu/kturtle/canvascolors.logo
@@ -0,0 +1,33 @@
+# Показ цветов
+
+нов_цвет_холста 255,255,255
+спрячь
+
+повтори 5 [
+
+для c = 0 до 255 [
+ нов_цвет_холста 255-c,255,255
+]
+для c = 0 до 255 [
+ нов_цвет_холста 0,255-c,255
+]
+для c = 0 до 255 [
+ нов_цвет_холста c,0,255
+]
+для c = 0 до 255 [
+ нов_цвет_холста 255,c,255-c
+]
+для c = 0 до 255 [
+ нов_цвет_холста 255,255-c,0
+]
+для c = 0 до 255 [
+ нов_цвет_холста 255,0,c
+]
+для c = 0 до 255 [
+ нов_цвет_холста 255-c,0,255-c
+]
+для c = 0 до 255 [
+ нов_цвет_холста c,c,c
+]
+
+] \ No newline at end of file