Page 1 of 1

[10 Nov 2008] New Brush Functions

Posted: Sat Jun 13, 2020 5:32 pm
by PEB
Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 10 Nov 2008 19:38:46 -0000

Hi Andreas,

Would you consider adding some new brush functions that could produce graphical effects such as Blur, Contrast, and Gama adjustment?

Also, could FloodFill() be updated with the option of only filling over one particular color irrespective of the border color? For example, if a pure white square is bordered on one side with blue, another side with red, another side with yellow, and another side with black, it would be nice to be able to use FloodFill() to fill the entire white square with green even though there is no single border color to specify.

Thanks,

[14 Nov 2008] Re: New Brush Functions

Posted: Sat Jun 13, 2020 5:32 pm
by airsoftsoftwair
Note: This is an archived post that was originally sent to the Hollywood mailing list on Fri, 14 Nov 2008 21:44:49 +0100
Hi Andreas,

Would you consider adding some new brush functions that could produce graphical effects such as Blur, Contrast, and Gama adjustment?
Currently not planned. This is quite some work because I don't know anything about these algorithms.
Also, could FloodFill() be updated with the option of only filling over one particular color irrespective of the border color? For example, if a pure white square is bordered on one side with blue, another side with red, another side with yellow, and another side with black, it would be nice to be able to use FloodFill() to fill the entire white square with green even though there is no single border color to specify.
This should be possible to implement.