Mar-06-2019, 01:31 PM
Hello everyone,
For the fun of making a painting app, I try to do two things inspired by two painting app i love : Marmoset hexels 3 and procreate.
I am using currently PyQt.
In marmoset hexels, they have that really cool functionality that create automaticaly different value between two colours. Here's a gif:
Automatic shading in Marmoset Hexels 3
Anyone has an idea of how to code it? I was thinking about adding or substrating a percentage of the colour to the next one, but doesn't seems to work...
Second things: In procreate they recently add a function that allows you to adjust a line after we trace it. It is sort of a vector things but it is not vector but raster based and i don't know how they have implement that
Thanks you for reading :)
For the fun of making a painting app, I try to do two things inspired by two painting app i love : Marmoset hexels 3 and procreate.
I am using currently PyQt.
In marmoset hexels, they have that really cool functionality that create automaticaly different value between two colours. Here's a gif:
Automatic shading in Marmoset Hexels 3
Anyone has an idea of how to code it? I was thinking about adding or substrating a percentage of the colour to the next one, but doesn't seems to work...

Second things: In procreate they recently add a function that allows you to adjust a line after we trace it. It is sort of a vector things but it is not vector but raster based and i don't know how they have implement that

Thanks you for reading :)