class UIng::Image

Defined in:

uing/table/image.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(width : Int32, height : Int32) #

[View source]
def self.new(ref_ptr : Pointer(LibUI::Image)) #

[View source]

Instance Method Detail

def append(pixels, pixel_width : Int32, pixel_height : Int32, byte_stride : Int32) : Nil #

[View source]
def free : Nil #

[View source]
def to_unsafe : Pointer(Void) #

[View source]