Sha256: aaf85470ce217549fb3340b7344219d25501a6e4a6badaf2569c099113f81f18
Contents?: true
Size: 227 Bytes
Versions: 3
Compression:
Stored size: 227 Bytes
Contents
# frozen_string_literal: true require "ffi" module FFI module GDAL class ColorEntry < FFI::Struct layout :c1, :short, :c2, :short, :c3, :short, :c4, :short end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ffi-gdal-1.1.0 | lib/ffi/gdal/color_entry.rb |
ffi-gdal-1.0.4 | lib/ffi/gdal/color_entry.rb |
ffi-gdal-1.0.3 | lib/ffi/gdal/color_entry.rb |