16#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 horizontal blur effect for pixel groups.
void ApplyEffect(IPixelGroup *pixelGroup) override
Applies the horizontal blur effect to the given pixel group.
const uint8_t pixels
The number of neighboring pixels to blend for the blur effect.
Interface for managing and interacting with a collection of pixels.