Sha256: 20c5eced7d26eee59a8f9ae8a8644be5af293443f3557f6fc6e92cc3a3e772d5
Contents?: true
Size: 278 Bytes
Versions: 8
Compression:
Stored size: 278 Bytes
Contents
# encoding: UTF-8 module FreeImage # Used to specify a color for a :rgb16a # {image type}[rdoc-ref:FreeImage.images_types]. class RGBA16 < FFI::Struct layout :red, :word, :green, :word, :blue, :word, :alpha, :word end end
Version data entries
8 entries across 8 versions & 1 rubygems