File: blend_modes.coffee

Defined in: lib/psd/layer

Variables Summary

module.exports =
{
  parseBlendModes: function() {
    this.blendMode = new BlendMode(this.file);
    this.blendMode.parse();
    this.opacity = this.blendMode.opacity;
    this.visible = this.blendMode.visible;
    return this.clipped = this.blendMode.clipped;
  },
  hidden: function() {
    return !this.visible;
  },

  /*
  TODO: check section divider
   */
  blendingMode: function() {
    return this.blendMode.mode;
  }
}

    Quickly fuzzy find classes, mixins, methods, file:

    Control the navigation frame:

    You can focus and blur the search input: