Summary
    Gets or sets a value indicating whether to show the output in color.
    
		- Namespace
 - Cake
.Common .Tools .NUnit  - Containing Type
 - NUnit3Settings
 
Syntax
public bool NoColor { get; set; }
	Value
| Type | Description | 
|---|---|
| bool | 
    true disable color output; otherwise, false.
     | 
				
