Package colorblind.generators
Class Generator
java.lang.Object
colorblind.generators.Generator
- Direct Known Subclasses:
ColorTransformGenerator
,RegularRenderer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
transformPixels
(int[] pixels) Transform the pixels in the current frame.
-
Constructor Details
-
Generator
public Generator()
-
-
Method Details
-
transformPixels
public abstract void transformPixels(int[] pixels) Transform the pixels in the current frame.- Parameters:
pixels
-
-