Color of a screen pixel: Difference between revisions

Content added Content deleted
m (→‎{{header|Python}}: fix indentation)
m (Phix/pGUI)
Line 716: Line 716:


=={{header|Phix}}==
=={{header|Phix}}==
{{libheader|pGUI}}
{{libheader|Phix/pGUI}}
<lang Phix>integer {r,g,b} = im_pixel(image, x, y)</lang>
<lang Phix>integer {r,g,b} = im_pixel(image, x, y)</lang>
An example of this in use can be found in demo/pGUI/simple_paint.exw
An example of this in use can be found in demo/pGUI/simple_paint.exw