menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct HsvColor - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct HsvColor

    Represents a structure of Hue-Saturation-values-alpha used to convert back and forth between the HsvColor and RGB color values.

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    Namespace: Syncfusion.Windows.Controls
    Assembly: Syncfusion.SfShared.Wpf.dll
    Syntax
    public struct HsvColor

    Fields

    A

    The Alpha/opacity in 0..1 range.

    Declaration
    public double A
    Field Value
    Type
    System.Double

    H

    The Hue in 0..360 range.

    Declaration
    public double H
    Field Value
    Type
    System.Double

    S

    The Saturation in 0..1 range.

    Declaration
    public double S
    Field Value
    Type
    System.Double

    V

    The Value in 0..1 range.

    Declaration
    public double V
    Field Value
    Type
    System.Double

    Extension Methods

    ColorPickerHelper.GetCanvasPosition(HsvColor, Double, Double)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved