HSVColorChannelMinMaxConverter 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["HSVColorChannelMinMaxConverter"] class Type type-node

Syntax

[ValueConversion(typeof(HSVColor), typeof(Color))]
public sealed class HSVColorChannelMinMaxConverter : IValueConverter

Attributes

Type Description
ValueConversion

Properties

Name Value Summary
Default HSVColorChannelMinMaxConverter
Gets the default instance
static

Methods