ColorInfo public class ColorInfo Documentation public byte Blue { get; set; } public byte Green { get; set; } public byte Red { get; set; } public bool UseDefault { get; set; } public ColorInfo(byte red, byte green, byte blue) public ColorInfo() public int OITOptionValue()