* 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