Paste: HEXCOLOR

Author: hsuh
Mode: factor
Date: Tue, 15 Dec 2009 20:49:34
Plain Text |
: hex>rgba ( hex -- rgba ) 
    2 group [ hex> 255 / >float ] map 
    first4 <rgba> ;

SYNTAX: HEXCOLOR: scan hex>rgba ;

Annotation: error msg

Author: hsuh
Mode: factor
Date: Tue, 15 Dec 2009 20:50:04
Plain Text |
Asset: POSTPONE: HEXCOLOR:

Stack effect declaration is wrong
inferred (( -- object ))
declared (( parsed -- parsed ))

Annotation: fixed

Author: blei
Mode: factor
Date: Tue, 15 Dec 2009 20:58:10
Plain Text |
SYNTAX: HEXCOLOR: scan hex>rgba suffix! ;

New Annotation

Summary:
Author:
Mode:
Body: