Class Color
Inheritance
System.Object
Color
Assembly: PnP.Framework.dll
Syntax
public class Color : object, IColor, IRGB, IHSV
Properties
Declaration
public int? a { get; set; }
Property Value
System.Nullable<System.Int32>
|
Implements
Declaration
public int b { get; set; }
Property Value
Implements
Declaration
public int g { get; set; }
Property Value
Implements
Declaration
public float h { get; set; }
Property Value
Implements
Declaration
public string hex { get; set; }
Property Value
Implements
Declaration
public int r { get; set; }
Property Value
Implements
Declaration
public float s { get; set; }
Property Value
Implements
Declaration
public string str { get; set; }
Property Value
Implements
Declaration
public float v { get; set; }
Property Value
Implements
Extension Methods