How did you do that? It's great, how could you make gdvelop know what color is on the screen? :O
Viewing post in Real Camera Extension for GDevelop comments
Thank you! I achieved that by utilizing the 'Read Pixel' extension. This extension allows me to capture the RGB values of specific points on the screen. Essentially, it reads the color information pixel by pixel at designated locations in the image. By leveraging this capability, I can accurately determine the colors present on the screen and incorporate that data into my development process.