• g.setColor(1,1,1).fillRect(0,0,40,40) - will fill a 40px square white
    g.setColor(0,0,0).fillRect(0,0,40,40) - will fill a 40px square black
    g.setColor(.2,.2,.2).fillRect(0,0,40,40) - will fill a 40px square dithered grey

    So maybe play around with that? :)

About

Avatar for Ganblejs @Ganblejs started