Showing Posts From
Slider
- July 9, 2015
Kivy Course #7 – Introduction to Slider: Changing Background
In this example, a code changing background color of application according to slider position is written. In Kivy, color values are changing from 0 to 1 and as a result floating point numbers are used in order to give color value to canvas. All red...
- June 30, 2015
Python Kivy Slider, Color and Canvas Example
Working with kivy often requires writing canvas codes which are managing the appearance before, during and after the content is drawn. In this example, one Kivy Slider is used for getting color value between 0 and 1 and in the same time there is a K...