Class: PSD::FillOpacity

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

Instance Attribute Summary collapse

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 Attribute Details

#enabledObject (readonly)

Returns the value of attribute enabled.



7
8
9
# File 'lib/psd/layer_info/fill_opacity.rb', line 7

def enabled
  @enabled
end

Instance Method Details

#parseObject



9
10
11
# File 'lib/psd/layer_info/fill_opacity.rb', line 9

def parse
  @enabled = @file.read_boolean
end