LEAP_IMAGE_PROPERTIES

Type Alias LEAP_IMAGE_PROPERTIES 

Source
pub type LEAP_IMAGE_PROPERTIES = _LEAP_IMAGE_PROPERTIES;
Expand description

\ingroup Structs Properties of a sensor image. @since 3.0.0

Aliased Type§

#[repr(C, packed(1))]
pub struct LEAP_IMAGE_PROPERTIES { pub type_: i32, pub format: i32, pub bpp: u32, pub width: u32, pub height: u32, pub x_scale: f32, pub y_scale: f32, pub x_offset: f32, pub y_offset: f32, }

Fields§

§type_: i32

The type of this image. @since 3.0.0

§format: i32

The format of this image. @since 3.0.0

§bpp: u32

The number of bytes per image pixel. @since 3.0.0

§width: u32

The number of horizontal pixels in the image. @since 3.0.0

§height: u32

The number of rows of pixels in the image. @since 3.0.0

§x_scale: f32

Reserved for future use. @since 3.0.0

§y_scale: f32

Reserved for future use. @since 3.0.0

§x_offset: f32

Reserved for future use. @since 3.0.0

§y_offset: f32

Reserved for future use. @since 3.0.0