Table of Contents

Class BitmapImageNeo3Rgb

Namespace
Iot.Device.Ws28xx.Esp32
Assembly
Iot.Device.Ws28xx.Esp32.dll

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

width int

Width of the image.

height int

Height of the image.

Methods

SetPixel(int, int, Color)

Sets pixel at specific position.

public override void SetPixel(int x, int y, Color c)

Parameters

x int

X coordinate of the pixel.

y int

Y coordinate of the pixel.

c Color