menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorHelper - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ColorHelper

    Provides some helper routines related to brushes and colors.

    Inheritance
    System.Object
    ColorHelper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.GridCommon
    Assembly: Syncfusion.GridCommon.WPF.dll
    Syntax
    public class ColorHelper

    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 - 2025 Syncfusion Inc. All Rights Reserved