Sha256: 1f4d4e61aad669903422290d17cc1147042ec4164627b5475d050ccdad582b74
Contents?: true
Size: 188 Bytes
Versions: 23
Compression:
Stored size: 188 Bytes
Contents
require_relative '../layer_info' class PSD class FillOpacity < LayerInfo @key = 'iOpa' attr_reader :enabled def parse @enabled = @file.read_boolean end end end
Version data entries
23 entries across 23 versions & 1 rubygems
Version | Path |
---|---|
psd-0.3.4 | lib/psd/layer_info/fill_opacity.rb |
psd-0.3.3 | lib/psd/layer_info/fill_opacity.rb |
psd-0.3.2 | lib/psd/layer_info/fill_opacity.rb |