Interface IPrimitiveGradient
Namespace: IVLab.ABREngine
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public interface IPrimitiveGradient : IABRInput
Properties
| Improve this Doc View SourceInputValue
Declaration
Guid InputValue { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
Points
Declaration
float[] Points { get; }
Property Value
| Type | Description |
|---|---|
| float[] |
Values
Declaration
string[] Values { get; }
Property Value
| Type | Description |
|---|---|
| string[] |