Class BitmapImageWs2808Grb
BitmapImage Ws2808 GRB.
public class BitmapImageWs2808Grb : BitmapImage
- Inheritance
-
BitmapImageWs2808Grb
- Inherited Members
Constructors
BitmapImageWs2808Grb(int, int)
Initializes a new instance of the BitmapImageWs2808Grb class.
public BitmapImageWs2808Grb(int width, int height)
Parameters
Methods
Clear()
Clears whole image.
public override void Clear()
Clear(int, int)
Clears selected pixel.
public override void Clear(int x, int y)
Parameters
SetPixel(int, int, byte, byte, byte)
Sets pixel at specific position.
public override void SetPixel(int x, int y, byte r, byte g, byte b)
Parameters
x
intX coordinate of the pixel.
y
intY coordinate of the pixel.
r
byteRed color.
g
byteGreen color.
b
byteBlue color.
SetPixel(int, int, Color)
Sets pixel at specific position.
public override void SetPixel(int x, int y, Color c)