Color of a screen pixel: Difference between revisions

Content deleted Content added
→‎{{header|C++}}: It's not C++, but it looks like it may be C#. Appears to use Win32 definitions, but does not explicitly identify them.
m →‎{{header|C++}}: correction of markup
Line 74: Line 74:


=={{header|C++}}==
=={{header|C++}}==
{{incorrect|This is not C++. It may be "Managed C++" or "C#"}}
{{incorrect||This is not C++. It may be "Managed C++" or "C#"}}
{{incorrect|Does not identify library or platform dependencies}}
{{incorrect||Does not identify library or platform dependencies}}
Pixel's color from cursor position:
Pixel's color from cursor position:
<lang cpp>
<lang cpp>