WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct ColorDlgAdv.HSL

    Show / Hide Table of Contents

    Struct ColorDlgAdv.HSL

    Represents the structure to hold the values.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public struct HSL

    Constructors

    HSL(Int32, Int32, Int32)

    Initialize a instance of the HSL structure class.

    Declaration
    public HSL(int h, int s, int l)
    Parameters
    Type Name Description
    System.Int32 h

    Holds the hue value.

    System.Int32 s

    Holds the saturation point.

    System.Int32 l

    Holds the value for luminous intensity.

    Fields

    H

    Declaration
    public int H
    Field Value
    Type Description
    System.Int32

    L

    Declaration
    public int L
    Field Value
    Type Description
    System.Int32

    S

    Declaration
    public int S
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved