Class ColorHelper
Provides some helper routines related to brushes and colors.
Inheritance
System.Object
ColorHelper
Namespace: Syncfusion.Windows.GridCommon
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public class ColorHelper : Object
Constructors
ColorHelper()
Declaration
public ColorHelper()
Methods
CreateFrozenSolidColorBrush(Byte, Color)
Creates the frozen solid color brush from an underlying color and alpha value.
Declaration
public static SolidColorBrush CreateFrozenSolidColorBrush(byte alpha, Color color)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | alpha | The alpha value. |
System.Windows.Media.Color | color | The color. |
Returns
Type |
---|
System.Windows.Media.SolidColorBrush |