X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fcolors%2Fmix%2Fmix.factor;h=fc9d1e6680f35eaa4abd7f2b66a9a7d0ae731a25;hp=459c1193085fe03ff7161fdd0a78e29b3a28841f;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/colors/mix/mix.factor b/basis/colors/mix/mix.factor index 459c119308..fc9d1e6680 100644 --- a/basis/colors/mix/mix.factor +++ b/basis/colors/mix/mix.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2013 John Benediktsson ! See http://factorcode.org/license.txt for BSD license -USING: colors kernel locals math sequences ; +USING: colors kernel math sequences ; IN: colors.mix : linear-gradient ( color1 color2 percent -- color )