Interface IHSV
Namespace: PnP.Framework.Utilities.Themes.Palettes
Assembly: PnP.Framework.dll
Syntax
public interface IHSV
Properties
h
Declaration
float h { get; set; }
Property Value
System.
|
s
Declaration
float s { get; set; }
Property Value
System.
|
v
Declaration
float v { get; set; }
Property Value
System.
|