Class: PSD::ObjectEffects

Inherits:
LayerInfo show all
Defined in:
lib/psd/layer_info/object_effects.rb

Instance Attribute Summary

Attributes inherited from LayerInfo

#data

Instance Method Summary collapse

Methods inherited from LayerInfo

#initialize

Constructor Details

This class inherits a constructor from PSD::LayerInfo

Instance Method Details

#parseObject



7
8
9
10
11
12
13
14
# File 'lib/psd/layer_info/object_effects.rb', line 7

def parse
  version = @file.read_int
  descriptor_version = @file.read_int

  @data = Descriptor.new(@file).parse

  return self
end