- ; $hex2rgb(HEX) - Converts a Hexadecimal color to an RGB color
- ; Written by sc0tt, Questions/Comments to sc0tt@unlagged.org
- ; Usage $hex2rgb(FFFFFF);
- ; coded from the idea of zack^
- ; example usage: $hex2rgb(FFFFFF)
- if ($1) {
- return $rgb($base($mid($1,1,2),16,10),$base($mid($1,3,2),16,10),$base($mid($1,5,2),16,10))
- }
- }
Code / mIRC / Function: $Hex2RGB()
Download as Text : January 6th, 2009
This work is licensed under a