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