Renamed some constants for color modes

This commit is contained in:
codeanticode
2010-10-11 09:43:12 +00:00
parent b945761669
commit 3fc2791b1b

View File

@@ -118,9 +118,9 @@ public interface PConstants {
static final String A3D = "processing.core.PGraphicsAndroid3D";
static final String DEFAULT_COLOR_DEPTH = "DEFAULT";
static final String MINIMUM_COLOR_DEPTH = "4:4:4:4:16:0";
static final String LOW_COLOR_DEPTH = "4:4:4:4:16:0";
static final String MEDIUM_COLOR_DEPTH = "8:8:8:8:16:0";
static final String BEST_COLOR_DEPTH = "8:8:8:8:24:8";
static final String HIGH_COLOR_DEPTH = "8:8:8:8:24:8";
/** Alias to the Android-specific A2D renderer (for compatibility).*/
static final String P2D = A2D;