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.
|
b
Declaration
int b { get; set; }
Property Value
System.
|
g
Declaration
int g { get; set; }
Property Value
System.
|
r
Declaration
int r { get; set; }
Property Value
System.
|