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