mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
adding CMYK constant for future expansion
This commit is contained in:
@@ -114,6 +114,7 @@ public interface PConstants {
|
||||
static final int ARGB = 2; // image
|
||||
static final int HSB = 3; // color
|
||||
static final int ALPHA = 4; // image
|
||||
static final int CMYK = 5; // image & color (someday)
|
||||
|
||||
|
||||
// image file types
|
||||
|
||||
Reference in New Issue
Block a user