From 179731fbb69e1d45073be7f380c34ebb869020cd Mon Sep 17 00:00:00 2001 From: elioat Date: Sun, 30 Mar 2025 15:58:11 -0400 Subject: * --- js/leibovitz/dither.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/js/leibovitz/dither.js b/js/leibovitz/dither.js index 3689354..b011eca 100644 --- a/js/leibovitz/dither.js +++ b/js/leibovitz/dither.js @@ -3,6 +3,13 @@ * Uses the Observer pattern for state management and effect application * Implements block-based processing for performance optimization * Uses the Strategy pattern for algorithm selection + * + * Each color channel (Red, Green, Blue) has 4 possible values: + * 0 -> Black/None + * 85 -> Low + * 170 -> Medium + * 255 -> Full + * */ const DitherManager = { -- cgit 1.4.1-2-gfad0