ColorChannelMinMaxConverter Class

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 : IValueConverter

Attributes

Type Description
ValueConversion

Properties

Name Value Summary
Default ColorChannelMinMaxConverter
Gets the default instance
static

Methods