alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved