Library "PScolor"
TODO: add library description here

////variable/////////////////////////////
//COLOR brightness
Each color has 0–9 / A1–A4
(5th standard: Bright if small, dark if big)
(Fluorescence based on A2)

//Color Name
1 = RED
2 = DEEP_ORANGE
3 = ORANGE
4 = AMBER
5 = YELLOW
6 = LIME
7 = LIGHT_GREEN
8 = GREEN
9 = TEAL
10= CYAN
11= LIGHT_BLUE
12= BLUE
13= INDIGO
14= DEEP_PURPLE
15= PURPLE
16= PINK

0= GRAY

// Transparency
///////////////////////////////////////

lvcol(colormode, Number, trans)
  Parameters:
    colormode (int)
    Number (simple int)
    trans (float)

lvcolA(colormode, Number, trans)
  Parameters:
    colormode (int)
    Number (simple int)
    trans (float)

lvcol2(colormode, colorName, trans)
  Parameters:
    colormode (int)
    colorName (simple string)
    trans (float)

lvcol2A(colormode, colorName, trans)
  Parameters:
    colormode (int)
    colorName (simple string)
    trans (float)
Pine library

In true TradingView spirit, the author has published this Pine code as an open-source library so that other Pine programmers from our community can reuse it. Cheers to the author! You may use this library privately or in other open-source publications, but reuse of this code in a publication is governed by House Rules.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Want to use this library?

Copy the following line and paste it in your script.