/
for (int i = 0; i < heigth; ++i) { for (int j = 0; j < width; ++j ) { image[i][j].blue = 0; image[i][j].green = 0; } }