Color of a screen pixel: Difference between revisions

Line 1,025:
{{libheader|Scala}}
<lang Scala>def getColorAt(x: Int, y: Int): Color = new Robot().getPixelColor(x, y)</lang>
 
=={{header|Smalltalk}}==
{{works with|Smalltalk/X}}
<lang smalltalk>Display rootView colorAt:(10@10)</lang>
 
=={{header|Standard ML}}==
Anonymous user