Cite This Page
Bibliographic details for Color of a screen pixel
- Page name: Color of a screen pixel
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 22 September 2024 15:00 UTC
- Date retrieved: 5 December 2024 11:58 UTC
- Permanent URL: https://rosettacode.org/wiki/Color_of_a_screen_pixel?oldid=370459
- Page Version ID: 370459
Citation styles for Color of a screen pixel
APA style
Color of a screen pixel. (2024, September 22). Rosetta Code. Retrieved 11:58, December 5, 2024 from https://rosettacode.org/wiki/Color_of_a_screen_pixel?oldid=370459.
MLA style
"Color of a screen pixel." Rosetta Code. 22 Sep 2024, 15:00 UTC. 5 Dec 2024, 11:58 <https://rosettacode.org/wiki/Color_of_a_screen_pixel?oldid=370459>.
MHRA style
Rosetta Code contributors, 'Color of a screen pixel', Rosetta Code, 22 September 2024, 15:00 UTC, <https://rosettacode.org/wiki/Color_of_a_screen_pixel?oldid=370459> [accessed 5 December 2024]
Chicago style
Rosetta Code contributors, "Color of a screen pixel," Rosetta Code, https://rosettacode.org/wiki/Color_of_a_screen_pixel?oldid=370459 (accessed December 5, 2024).
CBE/CSE style
Rosetta Code contributors. Color of a screen pixel [Internet]. Rosetta Code; 2024 Sep 22, 15:00 UTC [cited 2024 Dec 5]. Available from: https://rosettacode.org/wiki/Color_of_a_screen_pixel?oldid=370459.
Bluebook style
Color of a screen pixel, https://rosettacode.org/wiki/Color_of_a_screen_pixel?oldid=370459 (last visited December 5, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Color of a screen pixel --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Color_of_a_screen_pixel?oldid=370459", note = "[Online; accessed 5-December-2024]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Color of a screen pixel --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Color_of_a_screen_pixel?oldid=370459}", note = "[Online; accessed 5-December-2024]" }