menu

UWP

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

    Show / Hide Table of Contents

    Class HsvColor

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

    Inheritance
    System.Object
    HsvColor
    Namespace: Syncfusion.UI.Xaml.Controls
    Assembly: Syncfusion.SfShared.UWP.dll
    Syntax
    public sealed class HsvColor : ValueType

    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

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