class X11::PixmapFormatValues

Defined in:

x11/pixmap_format_values.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(depth : Int32, bits_per_pixel : Int32, scanline_pad : Int3) #

[View source]
def self.new(pixmap_format_values : X11::C::X::PPixmapFormatValues) #

[View source]
def self.new(pixmap_format_values : X11::C::X::PixmapFormatValues) #

[View source]

Instance Method Detail

def bits_per_pixel : Int32 #

[View source]
def bits_per_pixel=(bits_per_pixel : Int32) #

[View source]
def depth : Int32 #

[View source]
def depth=(depth : Int32) #

[View source]
def scanline_pad : Int32 #

[View source]
def scanline_pad=(scanline_pad : Int32) #

[View source]
def to_x : X11::C::X::PixmapFormatValues #

[View source]