You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-i18n/tde-i18n-ru/data/tdeedu/kturtle/canvascolors.logo

33 lines
646 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Показ цветов
нов_цвет_холста 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
]
]