# File lib/RMagick.rb, line 1213
    def fill(*args, &block)
        is_a_image args[0] unless block_given?
        cfid = self[@scene].__id__ rescue nil
        super
        is_a_image_array self
        set_cf cfid
        return self
    end