_Added in 3.0_ *$hexcolor(color)* Converts a hex color into [[$rgb]] decimal format. *Parameters* table(ktable). |*Parameter*|*Description*| | color | The hex color to convert. | *Properties* table(ktable). |*Property*|*Description*| | .rgb | Convert to rrr,ggg,bbb format instead. | *Example*
; Returns "255" decimal.
//echo -ag $hexcolor(FF0000)

; Returns "255,0,0" rrr,ggg,bbb value.
//echo -ag $hexcolor(FF0000).rgb