class BMP::CoreHeader
- BMP::CoreHeader
- BMP::Header
- Reference
- Object
Defined in:
bmp.crparse.cr
write.cr
Constructors
Instance Method Summary
- #bit_per_pixel : BitPerPixel
- #bit_per_pixel=(bit_per_pixel : BitPerPixel)
- #height : UInt16
- #height=(height : UInt16)
- #planes : UInt16
- #planes=(planes : UInt16)
- #width : UInt16
- #width=(width : UInt16)
- #write(io : IO)