RGBColourDeconstruct Method
Unpacks RGBC tuple.
Namespace: RoboTx.ApiAssembly: RoboTx.Api (in RoboTx.Api.dll) Version: 2.0.0
public void Deconstruct(
out int red,
out int green,
out int blue,
out int clear
)
Public Sub Deconstruct (
<OutAttribute> ByRef red As Integer,
<OutAttribute> ByRef green As Integer,
<OutAttribute> ByRef blue As Integer,
<OutAttribute> ByRef clear As Integer
)
member Deconstruct :
red : int byref *
green : int byref *
blue : int byref *
clear : int byref -> unit
Parameters
- red Int32
- Red component.
- green Int32
- Green component.
- blue Int32
- Blue component.
- clear Int32
- Clear component.