Edit

Share via


RGBColor(Byte, Byte, Byte) Constructor

Definition

Initializes a new instance of the RGBColor class.

public RGBColor (byte red, byte green, byte blue);
new Iot.Device.BrickPi3.Sensors.RGBColor : byte * byte * byte -> Iot.Device.BrickPi3.Sensors.RGBColor
Public Sub New (red As Byte, green As Byte, blue As Byte)

Parameters

red
Byte

Red value

green
Byte

Green value

blue
Byte

Blue value

Applies to