I'm trying to edit the rbga values of a certain pixel at certain absolute position on my desktop screen.
After I've done my research .I found how to set it on the windows forms or on a bitmap but that's not what I'm really looking for, what I'm asking is to set this pixel directly to the monitor.
I found method how to get a single pixel at certain X Y position. I want to know how to do the same except setting this single pixel instead of getting it?