Commit Graph

2 Commits

Author SHA1 Message Date
dessant 1c94c9af43 use gridlayout and a different color for color usage example 2016-12-16 10:52:07 +02:00
Susmit 7c3ba0d24b addition of colour example. (#4807)
* Colors usage (rgb,rgba,hsv,hex) example.

The following example illustrates various way to express colors (rgb,rgba,hsv,hex) in kivy.

* Layout exploitation example.

The following code  shows all possible layouts possible in the Kivy. The parent layout is PageLayout. Various nesting of layouts is also implemented.

* Delete main.py

* Delete test.kv

* Layout exploitation example.

The following code  shows all possible layouts possible in the Kivy. The parent layout is PageLayout. Various nesting of layouts is also implemented.

* addition of color_format example

* Delete main.py

not required

* Delete rgbusage.kv

not required

* .py + .kv combined to colorusage.py and placed in examples/widgets/colorusage.py
2016-12-16 10:25:02 +02:00