Class Hue
Namespace: IronPPT.Models
Assembly: IronPPT.dll
Syntax
public class Hue : BaseColorField, IHue, IBaseColorField
Constructors
Hue()
Declaration
public Hue()
Properties
Angle
Declaration
public IRotation Angle { get; set; }
Property Value
Type | Description |
---|---|
IRotation |
Operators
Implicit(Double to Hue)
Declaration
public static implicit operator Hue(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
Hue |