Search Results for

    Show / Hide Table of Contents

    Class Color

    Inheritance
    System.Object
    Color
    Namespace: PnP.Framework.Utilities.Themes.Palettes
    Assembly: PnP.Framework.dll
    Syntax
    public class Color : object, IColor, IRGB, IHSV

    Properties

    a

    Declaration
    public int? a { get; set; }
    Property Value
    System.Nullable<System.Int32>

    Implements
    IRGB.a

    b

    Declaration
    public int b { get; set; }
    Property Value
    System.Int32

    Implements
    IRGB.b

    g

    Declaration
    public int g { get; set; }
    Property Value
    System.Int32

    Implements
    IRGB.g

    h

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

    Implements
    IHSV.h

    hex

    Declaration
    public string hex { get; set; }
    Property Value
    System.String

    Implements
    IColor.hex

    r

    Declaration
    public int r { get; set; }
    Property Value
    System.Int32

    Implements
    IRGB.r

    s

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

    Implements
    IHSV.s

    str

    Declaration
    public string str { get; set; }
    Property Value
    System.String

    Implements
    IColor.str

    v

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

    Implements
    IHSV.v

    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