Summary
    Converts a given Color to a new Color with the specified Channel turned to the Min or Max Value
    
		- Namespace
- MahApps.Metro .Converters 
- Base Types
- 
									- IValueConverter
 
							graph BT
	Type-->Base0["IValueConverter"]
	Type["ColorChannelMinMaxConverter"]
class Type type-node
						
					Syntax
[ValueConversion(typeof(Color), typeof(Color))]
public sealed class ColorChannelMinMaxConverter : IValueConverterAttributes
| Type | Description | 
|---|---|
| ValueConversion | 
Properties
| Name | Value | Summary | 
|---|---|---|
| Default | Color |  Gets the default instance  static | 
Methods
| Name | Value | Summary | 
|---|---|---|
| Convert | object | |
| ConvertBack | object | 
