alexa

    Show / Hide Table of Contents

    Struct ColorDlgAdv.HSL

    Represents the structure to hold the 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.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
    System.Int32

    L

    Declaration
    public int L
    Field Value
    Type
    System.Int32

    S

    Declaration
    public int S
    Field Value
    Type
    System.Int32
    Back to top Generated by DocFX