]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/colors/ryb/ryb.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / colors / ryb / ryb.factor
index d96cc15f6a11b20fa92736a2a07f84481adf5dcd..e8a6137b6442bff5e72112ba34f55ef4c0ac5b7c 100644 (file)
@@ -61,7 +61,7 @@ C: <ryba> ryba
 
 PRIVATE>
 
-M: ryba >rgba ( ryba -- rgba )
+M: ryba >rgba
     [
         [ red>> ] [ yellow>> ] [ blue>> ] tri
         [ ryb>rgb ] normalized