Skip to content

Commit 4895615

Browse files
authored
Update README.md
1 parent 5ec9209 commit 4895615

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

faq_and_code/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,8 +1037,7 @@ hline(50, color = showHline ? color.blue : #00000000)
10371037
### How can I plot color gradients?
10381038
There are no built-in functions to generate color gradients in Pine yet. Gradients progressing horizontally across bars are much easier to implement and run faster. These are a few examples:
10391039

1040-
- [Color Gradient (16 colors) Framework - PineCoders FAQ](https://www.tradingview.com/script/EjLGV9qg-Color-Gradient-16-colors-Framework-PineCoders-FAQ/)
1041-
- [Color Gradient Framework - PineCoders FAQ](https://www.tradingview.com/script/rFJ5I3Hl-Color-Gradient-Framework-PineCoders-FAQ/)
1040+
- [Color Gradient Framework - PineCoders FAQ](https://www.tradingview.com/script/hqH4YIFa-Color-Gradient-Framework-PineCoders/)
10421041
- [[e2] Color Gradient Function](https://www.tradingview.com/script/VSGvuDEF-e2-Color-Gradient-Function/)
10431042
- [[RS]Color Gradient Function](https://www.tradingview.com/script/nUq3gvD5-RS-Color-Gradient-Function/)
10441043
- [[RS]Function - RGB Color (low resolution)](https://www.tradingview.com/script/nUq3gvD5-RS-Color-Gradient-Function/)

0 commit comments

Comments
 (0)