|
Enfusion Script API
|
Curve class for Color values. More...
Public Member Functions | |
| proto external void | Compute (float param, out notnull Color color) |
| Compute value at x. | |
| proto external bool | IsEmpty () |
| Is the curve empty and thus using default value? | |
Public Member Functions inherited from Managed | |
| proto external ref Managed | Clone () |
| Return shallow copy of object, or null if it is not allowed (not public constructor) | |
Curve class for Color values.
Expected to use as a property (using Attribute) and filled from config edited in dedicated Curve dialog in Workbench. UIWidgets.CurveDialog for property params details
Compute value at x.
This method finds segment which x belongs to and performs local interpolation.
| proto external bool CurveColor.IsEmpty | ( | ) |
Is the curve empty and thus using default value?