A slight improvement to avoid rendering boxes behind text that is default bg color.
This commit is contained in:
parent
be144e2a05
commit
111429b974
3 changed files with 21 additions and 17 deletions
|
@ -21,7 +21,9 @@ int main(int argc, char *argv[]) {
|
|||
image.loadFromFile(image_file);
|
||||
|
||||
// create a grid panel to hold the cells
|
||||
Panel panel(40,40, 0, 0, true);
|
||||
// divide the image into cells
|
||||
|
||||
// for each cell:
|
||||
// get the color
|
||||
// calculate value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue