Pylon::SRGB8Pixel#
Describes the memory layout of a RGB8 pixel.
#include <pylon/Pixel.h>
Public Attributes#
Name | |
---|---|
uint8_t | R Red. |
uint8_t | G Green. |
uint8_t | B Blue. |
Public Attributes Documentation#
R#
uint8_t R;
Red.
G#
uint8_t G;
Green.
B#
uint8_t B;
Blue.
Updated on 5 July 2022 at 15:30:01