public readonly struct AnsiColor : IEquatable<AnsiColor>
kind:method, kind:property, kind:ctor. Press Esc to clear.DefaultThe terminal default color.Basic16(Int32)Creates a basic 16-color palette value.Rgb(Byte, Byte, Byte)Creates a truecolor RGB value.TryDowngrade(AnsiColorLevel, out AnsiColor)Attempts to downgrade this color to a maximum supported AnsiColorLevel.