123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448 |
- ### YamlMime:ManagedReference
- items:
- - uid: Terminal.Color
- id: Color
- children:
- - Terminal.Color.Black
- - Terminal.Color.Blue
- - Terminal.Color.BrighCyan
- - Terminal.Color.BrightBlue
- - Terminal.Color.BrightGreen
- - Terminal.Color.BrightMagenta
- - Terminal.Color.BrightRed
- - Terminal.Color.BrightYellow
- - Terminal.Color.Brown
- - Terminal.Color.Cyan
- - Terminal.Color.DarkGray
- - Terminal.Color.Gray
- - Terminal.Color.Green
- - Terminal.Color.Magenta
- - Terminal.Color.Red
- - Terminal.Color.White
- langs:
- - csharp
- name: Color
- nameWithType: Color
- fullName: Terminal.Color
- type: Enum
- assemblies:
- - Terminal
- namespace: Terminal
- summary: Basic colors that can be used to set the foreground and background colors in console applications. These can only be
- syntax:
- content: public enum Color
- inheritance:
- - System.Enum
- - uid: Terminal.Color.Black
- id: Black
- parent: Terminal.Color
- langs:
- - csharp
- name: Black
- nameWithType: Color.Black
- fullName: Color.Black
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- summary: The black color.
- syntax:
- content: Black
- return:
- type: Terminal.Color
- description: To be added.
- exceptions: []
- - uid: Terminal.Color.Blue
- id: Blue
- parent: Terminal.Color
- langs:
- - csharp
- name: Blue
- nameWithType: Color.Blue
- fullName: Color.Blue
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- summary: The blue color.
- syntax:
- content: Blue
- return:
- type: Terminal.Color
- description: To be added.
- exceptions: []
- - uid: Terminal.Color.BrighCyan
- id: BrighCyan
- parent: Terminal.Color
- langs:
- - csharp
- name: BrighCyan
- nameWithType: Color.BrighCyan
- fullName: Color.BrighCyan
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- summary: The brigh cyan color.
- syntax:
- content: BrighCyan
- return:
- type: Terminal.Color
- description: To be added.
- exceptions: []
- - uid: Terminal.Color.BrightBlue
- id: BrightBlue
- parent: Terminal.Color
- langs:
- - csharp
- name: BrightBlue
- nameWithType: Color.BrightBlue
- fullName: Color.BrightBlue
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- summary: The bright bBlue color.
- syntax:
- content: BrightBlue
- return:
- type: Terminal.Color
- description: To be added.
- exceptions: []
- - uid: Terminal.Color.BrightGreen
- id: BrightGreen
- parent: Terminal.Color
- langs:
- - csharp
- name: BrightGreen
- nameWithType: Color.BrightGreen
- fullName: Color.BrightGreen
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- summary: The bright green color.
- syntax:
- content: BrightGreen
- return:
- type: Terminal.Color
- description: To be added.
- exceptions: []
- - uid: Terminal.Color.BrightMagenta
- id: BrightMagenta
- parent: Terminal.Color
- langs:
- - csharp
- name: BrightMagenta
- nameWithType: Color.BrightMagenta
- fullName: Color.BrightMagenta
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- summary: The bright magenta color.
- syntax:
- content: BrightMagenta
- return:
- type: Terminal.Color
- description: To be added.
- exceptions: []
- - uid: Terminal.Color.BrightRed
- id: BrightRed
- parent: Terminal.Color
- langs:
- - csharp
- name: BrightRed
- nameWithType: Color.BrightRed
- fullName: Color.BrightRed
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- summary: The bright red color.
- syntax:
- content: BrightRed
- return:
- type: Terminal.Color
- description: To be added.
- exceptions: []
- - uid: Terminal.Color.BrightYellow
- id: BrightYellow
- parent: Terminal.Color
- langs:
- - csharp
- name: BrightYellow
- nameWithType: Color.BrightYellow
- fullName: Color.BrightYellow
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- summary: The bright yellow color.
- syntax:
- content: BrightYellow
- return:
- type: Terminal.Color
- description: To be added.
- exceptions: []
- - uid: Terminal.Color.Brown
- id: Brown
- parent: Terminal.Color
- langs:
- - csharp
- name: Brown
- nameWithType: Color.Brown
- fullName: Color.Brown
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- summary: The brown color.
- syntax:
- content: Brown
- return:
- type: Terminal.Color
- description: To be added.
- exceptions: []
- - uid: Terminal.Color.Cyan
- id: Cyan
- parent: Terminal.Color
- langs:
- - csharp
- name: Cyan
- nameWithType: Color.Cyan
- fullName: Color.Cyan
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- summary: The cyan color.
- syntax:
- content: Cyan
- return:
- type: Terminal.Color
- description: To be added.
- exceptions: []
- - uid: Terminal.Color.DarkGray
- id: DarkGray
- parent: Terminal.Color
- langs:
- - csharp
- name: DarkGray
- nameWithType: Color.DarkGray
- fullName: Color.DarkGray
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- summary: The dark gray color.
- syntax:
- content: DarkGray
- return:
- type: Terminal.Color
- description: To be added.
- exceptions: []
- - uid: Terminal.Color.Gray
- id: Gray
- parent: Terminal.Color
- langs:
- - csharp
- name: Gray
- nameWithType: Color.Gray
- fullName: Color.Gray
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- summary: The gray color.
- syntax:
- content: Gray
- return:
- type: Terminal.Color
- description: To be added.
- exceptions: []
- - uid: Terminal.Color.Green
- id: Green
- parent: Terminal.Color
- langs:
- - csharp
- name: Green
- nameWithType: Color.Green
- fullName: Color.Green
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- summary: The green color.
- syntax:
- content: Green
- return:
- type: Terminal.Color
- description: To be added.
- exceptions: []
- - uid: Terminal.Color.Magenta
- id: Magenta
- parent: Terminal.Color
- langs:
- - csharp
- name: Magenta
- nameWithType: Color.Magenta
- fullName: Color.Magenta
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- summary: The magenta color.
- syntax:
- content: Magenta
- return:
- type: Terminal.Color
- description: To be added.
- exceptions: []
- - uid: Terminal.Color.Red
- id: Red
- parent: Terminal.Color
- langs:
- - csharp
- name: Red
- nameWithType: Color.Red
- fullName: Color.Red
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- summary: The red color.
- syntax:
- content: Red
- return:
- type: Terminal.Color
- description: To be added.
- exceptions: []
- - uid: Terminal.Color.White
- id: White
- parent: Terminal.Color
- langs:
- - csharp
- name: White
- nameWithType: Color.White
- fullName: Color.White
- type: Field
- assemblies:
- - Terminal
- namespace: Terminal
- summary: The White color.
- syntax:
- content: White
- return:
- type: Terminal.Color
- description: To be added.
- exceptions: []
- references:
- - uid: System.Enum
- parent: System
- isExternal: true
- name: Enum
- nameWithType: Enum
- fullName: System.Enum
- - uid: Terminal.Color.Black
- parent: Terminal.Color
- isExternal: false
- name: Black
- nameWithType: Color.Black
- fullName: Color.Black
- - uid: Terminal.Color
- parent: Terminal
- isExternal: false
- name: Color
- nameWithType: Color
- fullName: Terminal.Color
- - uid: Terminal.Color.Blue
- parent: Terminal.Color
- isExternal: false
- name: Blue
- nameWithType: Color.Blue
- fullName: Color.Blue
- - uid: Terminal.Color.BrighCyan
- parent: Terminal.Color
- isExternal: false
- name: BrighCyan
- nameWithType: Color.BrighCyan
- fullName: Color.BrighCyan
- - uid: Terminal.Color.BrightBlue
- parent: Terminal.Color
- isExternal: false
- name: BrightBlue
- nameWithType: Color.BrightBlue
- fullName: Color.BrightBlue
- - uid: Terminal.Color.BrightGreen
- parent: Terminal.Color
- isExternal: false
- name: BrightGreen
- nameWithType: Color.BrightGreen
- fullName: Color.BrightGreen
- - uid: Terminal.Color.BrightMagenta
- parent: Terminal.Color
- isExternal: false
- name: BrightMagenta
- nameWithType: Color.BrightMagenta
- fullName: Color.BrightMagenta
- - uid: Terminal.Color.BrightRed
- parent: Terminal.Color
- isExternal: false
- name: BrightRed
- nameWithType: Color.BrightRed
- fullName: Color.BrightRed
- - uid: Terminal.Color.BrightYellow
- parent: Terminal.Color
- isExternal: false
- name: BrightYellow
- nameWithType: Color.BrightYellow
- fullName: Color.BrightYellow
- - uid: Terminal.Color.Brown
- parent: Terminal.Color
- isExternal: false
- name: Brown
- nameWithType: Color.Brown
- fullName: Color.Brown
- - uid: Terminal.Color.Cyan
- parent: Terminal.Color
- isExternal: false
- name: Cyan
- nameWithType: Color.Cyan
- fullName: Color.Cyan
- - uid: Terminal.Color.DarkGray
- parent: Terminal.Color
- isExternal: false
- name: DarkGray
- nameWithType: Color.DarkGray
- fullName: Color.DarkGray
- - uid: Terminal.Color.Gray
- parent: Terminal.Color
- isExternal: false
- name: Gray
- nameWithType: Color.Gray
- fullName: Color.Gray
- - uid: Terminal.Color.Green
- parent: Terminal.Color
- isExternal: false
- name: Green
- nameWithType: Color.Green
- fullName: Color.Green
- - uid: Terminal.Color.Magenta
- parent: Terminal.Color
- isExternal: false
- name: Magenta
- nameWithType: Color.Magenta
- fullName: Color.Magenta
- - uid: Terminal.Color.Red
- parent: Terminal.Color
- isExternal: false
- name: Red
- nameWithType: Color.Red
- fullName: Color.Red
- - uid: Terminal.Color.White
- parent: Terminal.Color
- isExternal: false
- name: White
- nameWithType: Color.White
- fullName: Color.White
|