class
UIng::Image
- UIng::Image
- Reference
- Object
Defined in:
uing/image.crConstructors
Instance Method Summary
- #append(pixels : Bytes, pixel_width : Int32, pixel_height : Int32, byte_stride : Int32) : Nil
-
#append(pixels : Pointer, pixel_width : Int32, pixel_height : Int32, byte_stride : Int32) : Nil
The caller is responsible for ensuring that the pointer references at least
byte_stride * pixel_heightreadable bytes. - #free : Nil
- #to_unsafe
Constructor Detail
Instance Method Detail
def append(pixels : Bytes, pixel_width : Int32, pixel_height : Int32, byte_stride : Int32) : Nil
#
def append(pixels : Pointer, pixel_width : Int32, pixel_height : Int32, byte_stride : Int32) : Nil
#
The caller is responsible for ensuring that the pointer references at least
byte_stride * pixel_height readable bytes.