Class: Rixmap::Format::BMP::BMPInfoHeader

Inherits:
Struct
  • Object
show all
Defined in:
lib/rixmap/format/bmp.rb

Overview

情報ヘッダ構造体

Instance Attribute Summary collapse

Instance Attribute Details

#bit_countObject

Returns the value of attribute bit_count

Returns:

  • (Object)

    the current value of bit_count



84
85
86
# File 'lib/rixmap/format/bmp.rb', line 84

def bit_count
  @bit_count
end

#compressionObject

Returns the value of attribute compression

Returns:

  • (Object)

    the current value of compression



84
85
86
# File 'lib/rixmap/format/bmp.rb', line 84

def compression
  @compression
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



84
85
86
# File 'lib/rixmap/format/bmp.rb', line 84

def height
  @height
end

#image_sizeObject

Returns the value of attribute image_size

Returns:

  • (Object)

    the current value of image_size



84
85
86
# File 'lib/rixmap/format/bmp.rb', line 84

def image_size
  @image_size
end

#important_color_countObject

Returns the value of attribute important_color_count

Returns:

  • (Object)

    the current value of important_color_count



84
85
86
# File 'lib/rixmap/format/bmp.rb', line 84

def important_color_count
  @important_color_count
end

#planesObject

Returns the value of attribute planes

Returns:

  • (Object)

    the current value of planes



84
85
86
# File 'lib/rixmap/format/bmp.rb', line 84

def planes
  @planes
end

#ppm_xObject

Returns the value of attribute ppm_x

Returns:

  • (Object)

    the current value of ppm_x



84
85
86
# File 'lib/rixmap/format/bmp.rb', line 84

def ppm_x
  @ppm_x
end

#ppm_yObject

Returns the value of attribute ppm_y

Returns:

  • (Object)

    the current value of ppm_y



84
85
86
# File 'lib/rixmap/format/bmp.rb', line 84

def ppm_y
  @ppm_y
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



84
85
86
# File 'lib/rixmap/format/bmp.rb', line 84

def size
  @size
end

#used_color_countObject

Returns the value of attribute used_color_count

Returns:

  • (Object)

    the current value of used_color_count



84
85
86
# File 'lib/rixmap/format/bmp.rb', line 84

def used_color_count
  @used_color_count
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



84
85
86
# File 'lib/rixmap/format/bmp.rb', line 84

def width
  @width
end