Please compile the attached small demo project. Follow exactly these steps:
1. Start the app 2. Click the ButtonColorFill 3. Click the ImageEnView to fill the ImageEnView with yellow color 4. Click the ButtonAlphaFill 5. Click the ImageEnView to fill the ImageEnView with transparency 6. Click the ButtonColorFill 7. Click the ImageEnView: The ImageEnView is NOT filled with the yellow color! Why?
UPDATE: Obviously, the added alpha transparency makes any color added after step #5 transparent (i.e., invisible). 1. So is there a feature to remove alpha transparency from the whole image? 2. Or, what would be even better: A Floodfill command that REMOVES alpha transparency in the same way as [miAlphaFill] adds alpha transparency. (Which is the same as setting the AlphaFill value to 255). 3. Or even yet better: An enhanced [miColorFill] that automatically removes alpha transparency on every pixel where it applies the fill color. Does such an enhanced [miColorFill] exist in ImageEn?