Sha256: 0504b16d718985462ce2cfb5f7d488576a33ffc9e5814238f2a10b689c074590

Contents?: true

Size: 186 Bytes

Versions: 5

Compression:

Stored size: 186 Bytes

Contents

require_relative '../layer_info'

class PSD
  class FillOpacity < LayerInfo
    @key = 'iOpa'

    attr_reader :value

    def parse
      @value = @file.read_byte.to_i
    end
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
bench9000-0.1 vendor/psd.rb/lib/psd/layer_info/fill_opacity.rb
psd-2.1.2 lib/psd/layer_info/fill_opacity.rb
psd-2.1.1 lib/psd/layer_info/fill_opacity.rb
psd-2.1.0 lib/psd/layer_info/fill_opacity.rb
psd-2.0.0 lib/psd/layer_info/fill_opacity.rb