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
[Missing <param name="red"/> documentation for "M:RoboTx.Api.RGBColour.Deconstruct(System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]
[Missing <param name="green"/> documentation for "M:RoboTx.Api.RGBColour.Deconstruct(System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]
[Missing <param name="blue"/> documentation for "M:RoboTx.Api.RGBColour.Deconstruct(System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]
[Missing <param name="clear"/> documentation for "M:RoboTx.Api.RGBColour.Deconstruct(System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]