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

Version Path
free-image-0.8.1 lib/free-image/types/rgba16.rb
free-image-0.8.0 lib/free-image/types/rgba16.rb
free-image-0.7.1 lib/free-image/types/rgba16.rb
free-image-0.7.0 lib/free-image/types/rgba16.rb
free-image-0.6.2 lib/free-image/types/rgba16.rb
free-image-0.6.1 lib/free-image/types/rgba16.rb
free-image-0.6.0 lib/free-image/types/rgba16.rb
free-image-0.5.0 lib/free-image/types/rgba16.rb