Handbook
Glossary
component>hex ( f -- s )
Vocabulary
colors
.
private
Inputs
f
an
object
Outputs
s
an
object
Definition
USING:
math
math.functions
math.parser
sequences
;
IN:
colors.private
:
component>hex
( f -- s )
255
*
round
>integer
>hex
2 48
pad-head
;