Pylon::SBGRA8Pixel#
Describes the memory layout of a BGRA8 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. |
| uint8_t | A Transparency. |
Public Attributes Documentation#
variable B#
Blue.
variable G#
Green.
variable R#
Red.
variable A#
Transparency.