[10 Nov 2008] New Brush Functions

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
PEB
Posts: 576
Joined: Sun Feb 21, 2010 1:28 am

[10 Nov 2008] New Brush Functions

Post 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,
User avatar
airsoftsoftwair
Posts: 5834
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[14 Nov 2008] Re: New Brush Functions

Post 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.
Locked