17#include "../../Utils/Math/Mathematics.h"
Defines the base Effect class for applying transformations or effects to pixel groups.
Abstract base class for applying visual effects to pixel groups.
Implements a glitch effect along the X-axis for pixel groups.
void ApplyEffect(IPixelGroup *pixelGroup) override
Applies the glitch effect along the X-axis to the given pixel group.
const uint8_t pixels
The number of pixels to distort.
Interface for managing and interacting with a collection of pixels.