Search Results for

    Show / Hide Table of Contents

    Class HslColor

    Inheritance
    System.Object
    HslColor
    Namespace: PnP.Framework.Utilities.Themes.Palettes
    Assembly: PnP.Framework.dll
    Syntax
    public class HslColor : object, IHSL

    Properties

    h

    Declaration
    public float h { get; set; }
    Property Value
    System.Single

    Implements
    IHSL.h

    l

    Declaration
    public float l { get; set; }
    Property Value
    System.Single

    Implements
    IHSL.l

    s

    Declaration
    public float s { get; set; }
    Property Value
    System.Single

    Implements
    IHSL.s

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer