Catalog Assertion
The converter catalog records the implementation path, mapping, signatures, and known behavior constraints.
PineAnywhere maps the EasyLanguage NormGradientColor function through its adapter conversion path toward Pine Script color.from_gradient. The status below reflects cataloged semantic constraints rather than name matching.
EasyLanguage to Pine Script: Supported
NormGradientColor(DataSeriesValue, CrossesZero, ColorNormLength, UpColor, DnColor)| Name | Type | Behavior |
|---|---|---|
| DataSeriesValue | Numeric | Required |
| CrossesZero | TrueFalse | Required |
| ColorNormLength | Numeric | Required |
| UpColor | Numeric | Required |
| DnColor | Numeric | Required |
The converter catalog records the implementation path, mapping, signatures, and known behavior constraints.