Enum Color
Defines the list of standard colors understood by Terminal.
					
			enum Color
			 : ushort { ... }
					
				
			Enum members
| Name | Description | 
|---|---|
							black
						 | 
						. | 
							blue
						 | 
						. | 
							cyan
						 | 
						. | 
							green
						 | 
						. | 
							magenta
						 | 
						. | 
							red
						 | 
						. | 
							white
						 | 
						. | 
							yellow
						 | 
						. |