class X11::PixmapFormatValues
- X11::PixmapFormatValues
- Reference
- Object
Defined in:
x11/pixmap_format_values.crConstructors
- .new(depth : Int32, bits_per_pixel : Int32, scanline_pad : Int3)
- .new(pixmap_format_values : X11::C::X::PPixmapFormatValues)
- .new(pixmap_format_values : X11::C::X::PixmapFormatValues)
Instance Method Summary
- #bits_per_pixel : Int32
- #bits_per_pixel=(bits_per_pixel : Int32)
- #depth : Int32
- #depth=(depth : Int32)
- #scanline_pad : Int32
- #scanline_pad=(scanline_pad : Int32)
- #to_x : X11::C::X::PixmapFormatValues