Pylon::SBGR8Pixel# Module: Image Handling Support Describes the memory layout of a BGR8 pixel. This pixel is used in Windows bitmaps. #include <pylon/Pixel.h> Public Attributes# Name uint8_t B Blue. uint8_t G Green. uint8_t R Red. Public Attributes Documentation# variable B# uint8_t B; Blue. variable G# uint8_t G; Green. variable R# uint8_t R; Red. Was this page helpful? Thanks for your feedback! Thanks for your feedback! Help us improve this page by using our feedback form.