
gnu.app.redbook.Checkerboard Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of escher Show documentation
Show all versions of escher Show documentation
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