Skip to content

Pylon::SRGB16Pixel#

Module: Image Handling Support

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#

uint16_t R;

Red.

variable G#

uint16_t G;

Green.

variable B#

uint16_t B;

Blue.