Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 504 Bytes

File metadata and controls

20 lines (14 loc) · 504 Bytes

libui.ktx.draw / ImageData

ImageData

class ImageData

Constructors

Name Summary
ImageData ImageData(width: Int, height: Int, stride: Int, pixels: CValuesRef<UIntVar>)

Properties

Name Summary
height val height: Int
pixels val pixels: CValuesRef<UIntVar>
stride val stride: Int
width val width: Int