fml

  1. kingsushi001

    GameMaker [Solved] Problem with surface_getpixel(surface_id, x, y)

    Hi everyone So I'm trying to create a simple colour picker. I'm using surface_getpixel(surface_id, x, y) to get the pixel colour in the hue strip. This is my code: col = surface_getpixel(application_surface,x,y); And this is my error: ___________________________________________...
Top