Color(byte, byte, byte) Constructor
    Initializes a new instance of the 
        Color struct.
    public Color(byte red, byte green, byte blue)- Namespace
- Spectre.Console 
- Containing Type
- Color
Parameters
- byte red
- The red component.
- byte green
- The green component.
- byte blue
- The blue component.