mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
Renamed some constants for color modes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user