colors.hsv: fix using.
parent
d5d347d8b5
commit
77ea526216
|
|
@ -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