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.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.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.SilverlightElements..::..ColorChannelAdjustmentBrushConverter

See Also