One more "Problem-O" that I was having problems solving.
I wanted to be able to fill in the largest 2 Black filled triangles with the Multicolored triangles of the same size
(as shown in the attached png).
I wondered if one could save the pixel locations and colors to an array or a collection of the top Multicolored triangle (outlined in red)
and
apply 2 transforms (move it to the bottom right quarter of Image1 and also mirror image the red outlined triangle below the original)
Thinking that matrices might be needed (the morph program at
https://forum.lazarus.freepascal.org/index.php/topic,69040.0.html had a great pascal unit with lots of matix operations).
.
Perhaps even using Dzandaa's method (for half of the image width and height) but just doing it for the outlined smaller multicolored red outlined triangle)
Anyhow I just wondered how it could possibly be done ?