smntc
an in-memory multimodal graph database
Loading...
Searching...
No Matches
Data Fields
Bmp Struct Reference

It stores an image in memory. More...

Data Fields

unsigned int width
 the width of an image
 
unsigned int height
 the height of an image
 
unsigned long length
 the length of each color channel
 
unsigned char * reds
 the red channel as an array of bytes
 
unsigned char * greens
 the green channel as an array of bytes
 
unsigned char * blues
 the blue channel as an array of bytes
 

Detailed Description

It stores an image in memory.

Definition at line 13 of file Bmp.c.

Field Documentation

◆ blues

unsigned char* Bmp::blues

the blue channel as an array of bytes

Definition at line 19 of file Bmp.c.

◆ greens

unsigned char* Bmp::greens

the green channel as an array of bytes

Definition at line 18 of file Bmp.c.

◆ height

unsigned int Bmp::height

the height of an image

Definition at line 15 of file Bmp.c.

◆ length

unsigned long Bmp::length

the length of each color channel

Definition at line 16 of file Bmp.c.

◆ reds

unsigned char* Bmp::reds

the red channel as an array of bytes

Definition at line 17 of file Bmp.c.

◆ width

unsigned int Bmp::width

the width of an image

Definition at line 14 of file Bmp.c.


The documentation for this struct was generated from the following file: