Method: Falu::ImagePalette#as_json

Defined in:
lib/falu/image_palette.rb

#as_json(options = {}) ⇒ Object



37
38
39
40
41
42
43
44
# File 'lib/falu/image_palette.rb', line 37

def as_json(options={})
  super(options).merge({
    sample: sample,
    scale: scale,
    size: size,
    miro: miro
  })
end