class BMP::InfoHeaderV5
- BMP::InfoHeaderV5
- BMP::InfoHeaderV4
- BMP::InfoHeaderV3
- BMP::InfoHeaderV2
- BMP::InfoHeader
- BMP::Header
- Reference
- Object
Defined in:
bmp.crparse.cr
write.cr
Constructors
Instance Method Summary
- #intent : Intent
- #intent=(intent : Intent)
- #profile_data : UInt32
- #profile_data=(profile_data : UInt32)
- #profile_size : UInt32
- #profile_size=(profile_size : UInt32)
- #reserved : UInt32
- #reserved=(reserved : UInt32)
Instance methods inherited from class BMP::InfoHeaderV4
color_space : ColorSpace
color_space,
color_space=(color_space : ColorSpace)
color_space=,
endpoints : ColorsCoordinates
endpoints,
endpoints=(endpoints : ColorsCoordinates)
endpoints=,
gamma_blue : UInt32
gamma_blue,
gamma_blue=(gamma_blue : UInt32)
gamma_blue=,
gamma_green : UInt32
gamma_green,
gamma_green=(gamma_green : UInt32)
gamma_green=,
gamma_red : UInt32
gamma_red,
gamma_red=(gamma_red : UInt32)
gamma_red=,
write(io : IO)
write
Constructor methods inherited from class BMP::InfoHeaderV4
new(io)
new
Instance methods inherited from class BMP::InfoHeaderV3
alpha_bitmask : UInt32
alpha_bitmask,
alpha_bitmask=(alpha_bitmask : UInt32)
alpha_bitmask=,
write(io : IO)
write
Constructor methods inherited from class BMP::InfoHeaderV3
new(io)
new
Instance methods inherited from class BMP::InfoHeaderV2
blue_bitmask : UInt32
blue_bitmask,
blue_bitmask=(blue_bitmask : UInt32)
blue_bitmask=,
green_bitmask : UInt32
green_bitmask,
green_bitmask=(green_bitmask : UInt32)
green_bitmask=,
red_bitmask : UInt32
red_bitmask,
red_bitmask=(red_bitmask : UInt32)
red_bitmask=,
write(io : IO)
write
Constructor methods inherited from class BMP::InfoHeaderV2
new(io)
new
Instance methods inherited from class BMP::InfoHeader
bit_per_pixel : BitPerPixel
bit_per_pixel,
bit_per_pixel=(bit_per_pixel : BitPerPixel)
bit_per_pixel=,
colors_used : UInt32
colors_used,
colors_used=(colors_used : UInt32)
colors_used=,
compression : Compression
compression,
compression=(compression : Compression)
compression=,
height : UInt32
height,
height=(height : UInt32)
height=,
image_size : UInt32
image_size,
image_size=(image_size : UInt32)
image_size=,
important_colors : UInt32
important_colors,
important_colors=(important_colors : UInt32)
important_colors=,
planes : UInt16
planes,
planes=(planes : UInt16)
planes=,
width : UInt32
width,
width=(width : UInt32)
width=,
write(io : IO)
write,
x_pixel_per_m : UInt32
x_pixel_per_m,
x_pixel_per_m=(x_pixel_per_m : UInt32)
x_pixel_per_m=,
y_pixel_per_m : UInt32
y_pixel_per_m,
y_pixel_per_m=(y_pixel_per_m : UInt32)
y_pixel_per_m=
Constructor methods inherited from class BMP::InfoHeader
new(width : UInt32, height : UInt32, bit_per_pixel : BMP::BitPerPixel)new(io : IO) new