public class MosaicVector
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
MAXDEPTH |
int |
pid |
int |
rgb
The basic color of this Pic
|
int[][] |
rgb2
The colors of this Pic as a 2x2 array
|
int[][] |
rgb3
The colors of this Pic as a 3x3 array
|
Constructor and Description |
---|
MosaicVector() |
public static final int MAXDEPTH
public int pid
public int rgb
public int[][] rgb2
public int[][] rgb3