linefill.set_color() - Pine Script Function
linefill.set_color()
Section titled “linefill.set_color()”Overview
Section titled “Overview”The function sets the color of the linefill object passed to it.
Syntax
Section titled “Syntax”linefill.set_color(id, color) → voidParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| id | series linefill | A linefill object. |