<PackageReference Include="Relativity.Server.OutsideIn.FI.Win32.SDK" Version="2024.11.0" />
ColorInfo
public byte Blue {
get;
set; }
public byte Green {
get;
set; }
public byte Red {
get;
set; }
public ColorInfo(
byte red,
byte green,
byte blue)