colors.hsv: fix using.
parent
d43b252da2
commit
0c84f62ea8
|
@ -1,7 +1,7 @@
|
|||
! Copyright (C) 2008 Eduardo Cavazos.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors arrays colors combinators kernel locals math
|
||||
math.functions random sequences sorting ;
|
||||
USING: accessors arrays colors combinators fry kernel locals
|
||||
math math.functions random sequences sorting ;
|
||||
IN: colors.hsv
|
||||
|
||||
! h [0,360)
|
||||
|
|
Loading…
Reference in New Issue