<PackageReference Include="Relativity.OutsideIn" Version="2019.3.0" />

Color

public const int BlueFieldNumber = 2

public const int GreenFieldNumber = 3

public const int RedFieldNumber = 1

public static MessageDescriptor Descriptor { get; }

public static MessageParser<Color> Parser { get; }

public int Blue { get; set; }

public int Green { get; set; }

public int Red { get; set; }

public Color()

public Color(Color other)

public int CalculateSize()

public Color Clone()

public bool Equals(Color other)

public void MergeFrom(Color other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)