← Back to conversations
how to change background color to dual tone
Rahul Gothwal
Posted on August 8, 2020
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.