4 for (
unsigned int i = 0; i < camera->
GetPixelGroup()->GetPixelCount(); i++) {
14 bool alternate =
false;
16 for (
unsigned int i = 0; i < camera->
GetPixelGroup()->GetPixelCount(); i++) {
21 alternate = !alternate;
25 alternate = !alternate;
Defines the DisplayTest class for testing camera displays with various patterns.
Base class for managing camera properties and transformations.
virtual IPixelGroup * GetPixelGroup()=0
Retrieves the associated pixel group.
static void FillWhite(CameraBase *camera)
Fills the camera display entirely with white pixels.
static void FillAltWhiteBlack(CameraBase *camera)
Fills the camera display with an alternating pattern of white and black pixels.
virtual RGBColor * GetColor(uint16_t count)=0
Retrieves the color of a specific pixel.
Represents an RGB color and provides methods for manipulation.
uint8_t B
Blue component of the color (0-255).
uint8_t G
Green component of the color (0-255).
uint8_t R
Red component of the color (0-255).