SetPixel(int, int, Color) Method
Sets a pixel with the specified color in the canvas at the specified location.
public Canvas SetPixel(int x, int y, Color color)
- Namespace
- Spectre
.Console - Containing Type
- Canvas
Parameters
- int x
- The X coordinate for the pixel.
- int y
- The Y coordinate for the pixel.
- Color color
- The pixel color.