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,
[10 Nov 2008] New Brush Functions
- airsoftsoftwair
- Posts: 5834
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
[14 Nov 2008] Re: New Brush Functions
Note: This is an archived post that was originally sent to the Hollywood mailing list on Fri, 14 Nov 2008 21:44:49 +0100
Currently not planned. This is quite some work because I don't know anything about these algorithms.Hi Andreas,
Would you consider adding some new brush functions that could produce graphical effects such as Blur, Contrast, and Gama adjustment?
This should be possible to implement.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.