Package colorblind.generators
Class RegularRenderer
java.lang.Object
colorblind.generators.Generator
colorblind.generators.RegularRenderer
Regular renderer that doesn't do anything special.
This is useful if you want to make ColorBlindness render "normally" without
commenting out too much of your code.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
transformPixels
(int[] pixels) Transform the pixels in the current frame.
-
Constructor Details
-
RegularRenderer
public RegularRenderer()
-
-
Method Details
-
transformPixels
public void transformPixels(int[] pixels) Description copied from class:Generator
Transform the pixels in the current frame.- Specified by:
transformPixels
in classGenerator
-