menu

Blazor

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

    Show / Hide Table of Contents

    Class ColorValueType

    Color value types.

    Inheritance
    System.Object
    ColorValueType
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ColorValueType : Enum

    Fields

    Hex

    Specifies the hex code value without opacity.

    Declaration
    public const ColorValueType Hex
    Field Value
    Type
    ColorValueType

    Hexa

    Specifies the hex code value with opacity.

    Declaration
    public const ColorValueType Hexa
    Field Value
    Type
    ColorValueType

    Hsv

    Specifies the hue saturation value without opacity.

    Declaration
    public const ColorValueType Hsv
    Field Value
    Type
    ColorValueType

    Hsva

    Specifies the hue saturation value with opacity.

    Declaration
    public const ColorValueType Hsva
    Field Value
    Type
    ColorValueType

    Opacity

    Specifies the opacity value.

    Declaration
    public const ColorValueType Opacity
    Field Value
    Type
    ColorValueType

    Rgb

    Specifies the red green blue value without opacity.

    Declaration
    public const ColorValueType Rgb
    Field Value
    Type
    ColorValueType

    Rgba

    Specifies the red green blue value with opacity.

    Declaration
    public const ColorValueType Rgba
    Field Value
    Type
    ColorValueType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved