Search Results for

    Show / Hide Table of Contents

    Interface IRGB

    Namespace: PnP.Framework.Utilities.Themes.Palettes
    Assembly: PnP.Framework.dll
    Syntax
    public interface IRGB

    Properties

    a

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

    b

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

    g

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

    r

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

    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