wml::sup::hextriple - Convert #rrggbb String to RGB Value and vice versa
wml::sup::hextriple - Convert #rrggbb String to RGB Value and vice versa
<: ($r, $g, $b) = &triple2rgb($triple); :>
<: $triple = &rgb2triple($r, $g, $b); :>
This converts between the strings RRGGBB or #RRGGBB and the
corresponding hextriple consisting of the value for red, green and blue.
Ralf S. Engelschall
rse@engelschall.com
www.engelschall.com
Internal: P1, P3
External: --
HTML color attributes.
|