Mech-Eye API 2.3.0
API reference documentation for Mech-Eye Industrial 3D Camera
All Classes Functions Variables Enumerations Enumerator Pages
Public Attributes | List of all members
mmind::eye::ColorBGR Struct Reference

The pixel element struct in Color2DImage with blue, green, and red information. More...

#include <Frame2D.h>

Public Attributes

uint8_t b {0}
 Blue channel.
 
uint8_t g {0}
 Green channel.
 
uint8_t r {0}
 Red channel.
 

Detailed Description

The pixel element struct in Color2DImage with blue, green, and red information.

Definition at line 57 of file Frame2D.h.

Member Data Documentation

◆ b

uint8_t mmind::eye::ColorBGR::b {0}

Blue channel.

Definition at line 59 of file Frame2D.h.

◆ g

uint8_t mmind::eye::ColorBGR::g {0}

Green channel.

Definition at line 60 of file Frame2D.h.

◆ r

uint8_t mmind::eye::ColorBGR::r {0}

Red channel.

Definition at line 61 of file Frame2D.h.


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