Sha256: 077fb856c71ba480835cc568228b2ea9e2dbdea9b72fca4a8c957a3101f09fd7
Contents?: true
Size: 419 Bytes
Versions: 5
Compression:
Stored size: 419 Bytes
Contents
module ZXing; end module ZXing::FFI; end class ZXing::FFI::LuminanceSource include ZXing::LuminanceSource def initialize ptr super ZXing::FFI::Library::LuminanceSourcePointer.new ptr end def width ZXing::FFI::Library.LuminanceSource_width native end def height ZXing::FFI::Library.LuminanceSource_height native end def matrix ZXing::FFI::Library.LuminanceSource_matrix native end end
Version data entries
5 entries across 5 versions & 3 rubygems