got textures with alpha/rgb working with gl.. changed to ARGB instead of

RGBA for constant
This commit is contained in:
benfry
2004-12-21 05:20:30 +00:00
parent 1b04142843
commit 7fcd55fa5c
10 changed files with 94 additions and 52 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ public interface PConstants {
// for colors and/or images
static final int RGB = 1; // image & color
static final int RGBA = 2; // image
static final int ARGB = 2; // image
static final int HSB = 3; // color
static final int ALPHA = 4; // image