Works with color gradients programmatically

I have a python application that uses GIMP gradients for color images. Besides the fact that the user can choose which GIMP gradient to use, the user does not have much more control over the color. I’m thinking about how to make it easier for users to edit or create color gradients. Are there already existing tools for working with the creation / editing of color gradients (preferably using Python)?

+3
source share
1 answer

You can get some information about creating gradients from Here , as well as an example code on how to use it.

+3

Source: https://habr.com/ru/post/1760099/


All Articles