fluo/image
Types
pub opaque type ColorImage
pub opaque type DepthImage
Values
pub fn create_color_image(width: Int, height: Int) -> ColorImage
pub fn create_depth_image(width: Int, height: Int) -> DepthImage
pub fn read(image: ColorImage) -> BitArray