PINE LIBRARY
Updated Colors

Library "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.
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.
Release Notes
v2Added:
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
Release Notes
v3Updated:
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
Release Notes
v4Added:
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.
Release Notes
v5Added:
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.
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 publications is governed by House Rules.
I develop indicators meant to be useful, profitable and good looking.
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.
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 publications is governed by House Rules.
I develop indicators meant to be useful, profitable and good looking.
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.