My option is to calculate the color of each future pixel by finding the average color between the background color and the brush color (to get a smooth (feather) transition from the brush line to the background). But it takes a lot of CPU time.
My option is to calculate the color of each future pixel by finding the average color between the background color and the brush color (to get a smooth (feather) transition from the brush line to the background). But it takes a lot of CPU time.
Source: https://ru.stackoverflow.com/questions/49397/
All Articles