RGBColour Structure

Represents colour as Red, Green, Blue and Clear values.

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
C#
public struct RGBColour
Inheritance
Object    ValueType    RGBColour

Properties

Blue Blue component.
Clear Clear component.
Green Green component.
Red Red component.

Methods

Deconstruct Unpacks RGBC tuple.
EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also