← Back to conversations
how to change background color to dual tone
Manuel Alfonso Ortiz Lopez
Posted on September 20, 2020
you can always use kivy.image.Coreimage and load an inmemory texture
use PIL to create a gradient image and load it directly to the coreimage, then you can use image.texture=coreimage.texture.
use PIL to create a gradient image and load it directly to the coreimage, then you can use image.texture=coreimage.texture.
Rahul Gothwal
Posted on August 8, 2020
how can i achieve this using kivy/kivyMD?