Thank you
Is it possible to add Transparency color ?
I looking function paint bucket type (dpaint ou ppaint)
- airsoftsoftwair
- Posts: 4434
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: I looking function paint bucket type (dpaint ou ppaint)
For exemple if i use Function FloodFill(MyBrush, 50, 50, #NOCOLOR, #RED, 128) <= 128 is transparency value (0 at 255)
see result in picture (side right) :
https://ibb.co/Vwf6v1K
see result in picture (side right) :
https://ibb.co/Vwf6v1K
- airsoftsoftwair
- Posts: 4434
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: I looking function paint bucket type (dpaint ou ppaint)
Should be possible to add.
- airsoftsoftwair
- Posts: 4434
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: I looking function paint bucket type (dpaint ou ppaint)
Code: Select all
- New: FloodFill() now accepts an optional "AlphaChannel" table tag; if this is set to TRUE, FloodFill()
will operate on the brush's alpha channel instead of on its color channels; when used in alpha channel
mode, values in the range of 0 to 255 must be passed instead of RGB colors