All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gnu.app.redbook.Checkerboard Maven / Gradle / Ivy

Go to download

Escher is a collection of libraries for X Window System written purely in Java.

The newest version!
package gnu.app.redbook;

class Checkerboard {
  public static byte[] PIXELS, RED_PIXELS, RGB_PIXELS, SUB_PIXELS;

  public static final int SIZE = 64;
  public static final int SUB_SIZE = 16;


  static {
    byte [] pixels;


    pixels = new byte [SIZE * SIZE * 4];

    for (int i=0; i




© 2015 - 2025 Weber Informatics LLC | Privacy Policy