Catalog Assertion
The converter catalog records the implementation path, mapping, signatures, and known behavior constraints.
PineAnywhere maps the EasyLanguage GetRGBValues function through its helper conversion path. The status below reflects cataloged semantic constraints rather than name matching.
EasyLanguage to Pine Script: Conditional
GetRGBValues(BigRGBValue, oRedValue, oGreenValue, oBlueValue)| Name | Type | Behavior |
|---|---|---|
| BigRGBValue | Numeric | Required |
| oRedValue | Numeric | Output |
| oGreenValue | Numeric | Output |
| oBlueValue | Numeric | Output |
The converter catalog records the implementation path, mapping, signatures, and known behavior constraints.