RGBColourDeconstruct Method

Unpacks RGBC tuple.

Definition

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

Parameters

red  Int32

[Missing <param name="red"/> documentation for "M:RoboTx.Api.RGBColour.Deconstruct(System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

green  Int32

[Missing <param name="green"/> documentation for "M:RoboTx.Api.RGBColour.Deconstruct(System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

blue  Int32

[Missing <param name="blue"/> documentation for "M:RoboTx.Api.RGBColour.Deconstruct(System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

clear  Int32

[Missing <param name="clear"/> documentation for "M:RoboTx.Api.RGBColour.Deconstruct(System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

See Also