lib/vips/blend_mode.rb in ruby-vips-2.0.14 vs lib/vips/blend_mode.rb in ruby-vips-2.0.15

- old
+ new

@@ -1,7 +1,6 @@ module Vips - # Blend mode to use when compositing images. See {Image#composite}. # # `:clear` - where the second object is drawn, the first is removed # `:source` - the second object is drawn as if nothing were below # `:over` - the image shows what you would expect if you held two semi-transparent slides on top of each other @@ -29,6 +28,5 @@ # `:exclusion` - somewhat like `:difference`, but lower-contrast class BlendMode < Symbol end end -