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 7449ae6b06
commit e58835dc23
10 changed files with 94 additions and 52 deletions

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