aboutsummaryrefslogtreecommitdiffstats
path: root/src/layerdata/invert.coffee
blob: 3765e3b6852f51d1274af7a3e18cd5de992cb588 (plain) (blame)
1
2
3
4
5
6
7
class PSDInvert
  constructor: (@layer, @length) ->
    @file = @layer.file

  # There is no parameter. If this adjustment layer is present,
  # then the layer is inverted.
  parse: -> true