Colors

This Library delivers Hex Codes of Colors frequently used in indicators and strategies.
v3(colorName) Collection: Pinescript v3 Colors.
Parameters:
colorName: Color Name.
Returns: Hex code of the inquired color.
v4(colorName) Collection: Pinescript v4 Colors.
Parameters:
colorName: Color Name.
Returns: Hex code of the inquired color.
Added:
checkLuminance(srcColor, threshold)
To interpret the level of darkness of the provided color, and tag it as dark or light.
Parameters:
srcColor (color): Color to check. Usually a background color. By default 'chart.bg_color'.
threshold (simple int)
Returns: Boolean isDark
Updated:
v3(colorName)
Collection: Pinescript v3 Colors
Parameters:
colorName (simple string): Color Name
Returns: Hex code of the inquired color
v4(colorName)
Collection: Pinescript v4 Colors
Parameters:
colorName (simple string): Color Name
Returns: Hex code of the inquired color
Updated:
checkLuminance(srcColor, threshold)
To interpret the level of darkness of the provided color, and tag it as dark or light.
Parameters:
srcColor (simple color): Color to check. Usually a background color. By default 'chart.bg_color'.
threshold (simple int)
Returns: Boolean isDark
Added:
checkLuminanceSimple(srcColor, threshold)
To interpret the level of darkness of the provided color, and tag it as dark or light.
Parameters:
srcColor (simple color): Color to check. Usually a background color. By default 'chart.bg_color'.
threshold (simple int)
Returns: Boolean isDark
checkLuminanceSeries(srcColor, threshold)
To interpret the level of darkness of the provided color, and tag it as dark or light.
Parameters:
srcColor (color): Color to check. Usually a background color. By default 'chart.bg_color'.
threshold (simple int)
Returns: Boolean isDark
Removed:
checkLuminance(srcColor, threshold)
To interpret the level of darkness of the provided color, and tag it as dark or light.
Added:
checkLuminance(srcColor, threshold)
To interpret the level of darkness of the provided color, and tag it as dark or light.
Parameters:
srcColor (color): Color to check. Usually a background color. By default 'chart.bg_color'.
threshold (simple int)
Returns: Boolean isDark
Removed:
checkLuminanceSimple(srcColor, threshold)
To interpret the level of darkness of the provided color, and tag it as dark or light.
checkLuminanceSeries(srcColor, threshold)
To interpret the level of darkness of the provided color, and tag it as dark or light.
Libreria Pine
In pieno spirito TradingView, l'autore ha pubblicato questo codice Pine come libreria open-source in modo che altri programmatori Pine della nostra comunità possano riutilizzarlo. Complimenti all'autore! È possibile utilizzare questa libreria privatamente o in altre pubblicazioni open-source, ma il riutilizzo di questo codice in una pubblicazione è regolato dal nostro Regolamento.
Declinazione di responsabilità
Libreria Pine
In pieno spirito TradingView, l'autore ha pubblicato questo codice Pine come libreria open-source in modo che altri programmatori Pine della nostra comunità possano riutilizzarlo. Complimenti all'autore! È possibile utilizzare questa libreria privatamente o in altre pubblicazioni open-source, ma il riutilizzo di questo codice in una pubblicazione è regolato dal nostro Regolamento.