Converts a color or solid brush to a gradient brush showing the effects of adjusting one channel on that color. This is used for displaying mixer channels in a ColorPicker template.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class ColorChannelAdjustmentBrushConverter : IValueConverter
Visual Basic
Public Class ColorChannelAdjustmentBrushConverter _
	Implements IValueConverter
Visual C++
public ref class ColorChannelAdjustmentBrushConverter : IValueConverter

Inheritance Hierarchy

System..::..Object
  Mindscape.PhoneElements..::..ColorChannelAdjustmentBrushConverter

See Also