RGBColourDeconstruct Method

Unpacks RGBC tuple.

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 2.0.0
C#
public void Deconstruct(
	out int red,
	out int green,
	out int blue,
	out int clear
)

Parameters

red  Int32
Red component.
green  Int32
Green component.
blue  Int32
Blue component.
clear  Int32
Clear component.

See Also