Handbook Glossary
factorcode.org
flex-hex ( str -- hex )


Vocabulary
colors.flex-hex

Inputs
stran object


Outputs
hexan object


Definition
USING: colors.flex-hex.private kernel sequences splitting ;

IN: colors.flex-hex

: flex-hex ( str -- hex )
"#" ?head drop hex-only three-groups hex-rgb "" join ;