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#
variable R#
Red.
variable G#
Green.
variable B#
Blue.