Class RegularRenderer

java.lang.Object
colorblind.generators.Generator
colorblind.generators.RegularRenderer

public class RegularRenderer extends Generator
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 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 class Generator