Mech-Eye API 2.3.3
API reference documentation for Mech-Eye Industrial 3D Camera
Loading...
Searching...
No Matches
Public Attributes | List of all members
mmind::eye::ColorBGR Struct Reference

Represents a pixel in Color2DImage with blue, green, and red channel 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

Represents a pixel in Color2DImage with blue, green, and red channel 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: