Method: Pikl::Image#colordither

Defined in:
lib/pikl/filter.rb

#colordither(weight) ⇒ Object



333
334
335
# File 'lib/pikl/filter.rb', line 333

def colordither(weight)
  Ext.pkl_colordither(@pkl_image, weight.to_i)
end