Fove SDK  v0.17.0
Public Attributes | List of all members
Fove_BitmapImage Struct Reference

A 2D bitmap image. More...

#include <FoveAPI.h>

Collaboration diagram for Fove_BitmapImage:
Collaboration graph
[legend]

Public Attributes

Fove_Buffer image = {}
 BMP data (including full header that contains size, format, etc) More...
 
uint64_t timestamp = 0
 Timestamp of the image, in microseconds since an unspecified epoch.
 
Fove_ImageType type = {}
 Type of the bitmap for disambiguation.
 

Detailed Description

A 2D bitmap image.

Member Data Documentation

◆ image

Fove_Buffer Fove_BitmapImage::image = {}

BMP data (including full header that contains size, format, etc)

The height may be negative to specify a top-down bitmap.