table.cell_set_text_color() - Pine Script Function
table.cell_set_text_color()
Section titled “table.cell_set_text_color()”Overview
Section titled “Overview”The function sets the color of the text inside the cell.
Syntax
Section titled “Syntax”table.cell_set_text_color(table_id, column, row, text_color) → voidParameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
| table_id | series table | A table object. |