Sha256: 119b0b4733a1379eadff6bce9e2abb66897b452500f036bdc4a62f7dd82f7c22

Contents?: true

Size: 536 Bytes

Versions: 2

Compression:

Stored size: 536 Bytes

Contents

module Magick
  class GradientFill
    include _Fill
    def initialize: (magick_real x1, magick_real y1, magick_real x2, magick_real y2, magick_color start_color, magick_color stop_color) -> void
  end

  class HatchFill
    include _Fill
    def initialize: (magick_color bgcolor, ?magick_color hatchcolor, ?Numeric dist) -> void
  end

  class SolidFill
    include _Fill
    def initialize: (magick_color bgcolor) -> void
  end

  class TextureFill
    include _Fill
    def initialize: (magick_image texture_arg) -> void
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rmagick-6.0.0 sig/rmagick/fill.rbs
rmagick-5.5.0 sig/rmagick/fill.rbs