PINE LIBRARY

ToClrToStr

Aktualisiert
Contains functions for conversion of color to string and vice versa:
  • method toClr( string this ) - converts string reperesentation of color (in hex format) to color
  • method toHex( color this ) - converts color to string (hex form)
  • method toRgb( color this ) - converts color to string ("rgb(11,11,11,0)" form)


Thanks to ImmortalFreedom for his `color_tostring()` function from "RGB Color Fiddler"
RGB Color Fiddler
Versionshinweise
v2 Removed a log.info()
Versionshinweise
v3 Fixed a bug in toClr() (did not work correctly with 6 digit colors).
colorcolorsHEXRGBtostring

Pine Bibliothek

Ganz im Sinne von TradingView hat dieser Autor seinen/ihren Pine Code als Open-Source-Bibliothek veröffentlicht. Auf diese Weise können nun auch andere Pine-Programmierer aus unserer Community den Code verwenden. Vielen Dank an den Autor! Sie können diese Bibliothek privat oder in anderen Open-Source-Veröffentlichungen verwenden. Die Nutzung dieses Codes in einer Veröffentlichung wird in unseren Hausregeln reguliert.

Haftungsausschluss