Class BitmapImageNeo3Rgb
Special 24bit RGB format for Neo pixel LEDs where each bit is converted to 3 bits. A one is converted to 110, a zero is converted to 100.
public class BitmapImageNeo3Rgb : BitmapImageNeo3
- Inheritance
-
BitmapImageNeo3Rgb
- Inherited Members
Constructors
BitmapImageNeo3Rgb(int, int)
Initializes a new instance of the BitmapImageNeo3Rgb class.
public BitmapImageNeo3Rgb(int width, int height)
Parameters
Methods
SetPixel(int, int, Color)
Sets pixel at specific position.
public override void SetPixel(int x, int y, Color c)