|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TextureImageInternalFormat>
org.jagatoo.opengl.enums.TextureImageInternalFormat
public enum TextureImageInternalFormat
Insert type comment here.
| Enum Constant Summary | |
|---|---|
ALPHA
Internal format hint. |
|
ALPHA4
Internal format hint. |
|
ALPHA8
Internal format hint. |
|
DEPTH16
Internal format hint. |
|
DEPTH24
Internal format hint. |
|
DEPTH32
Internal format hint. |
|
INTENSITY
Internal format hint. |
|
INTENSITY4
Internal format hint. |
|
INTENSITY8
Internal format hint. |
|
LUM_ALPHA
Internal format hint. |
|
LUM4_ALPHA4
Internal format hint. |
|
LUM8_ALPHA8
each pixel contains two eight bit channels, one each for luminance and alpha. |
|
LUMINANCE
Internal format hint. |
|
LUMINANCE4
Internal format hint. |
|
LUMINANCE8
Internal format hint. |
|
R3_G3_B2
Internal format hint. |
|
RGB
Internal format hint. |
|
RGB_DXT1
Internal format hint. |
|
RGB4
Internal format hint. |
|
RGB5
Internal format hint. |
|
RGB5_A1
Internal format hint. |
|
RGB8
Internal format hint. |
|
RGBA
Internal format hint. |
|
RGBA_DXT1
Internal format hint. |
|
RGBA_DXT3
Internal format hint. |
|
RGBA_DXT5
Internal format hint. |
|
RGBA4
Internal format hint. |
|
RGBA8
Internal format hint. |
|
| Method Summary | |
|---|---|
static TextureImageInternalFormat |
getFallbackInternalFormat(TextureImageFormat format)
|
boolean |
hasAlpha()
|
boolean |
isCompressed()
|
int |
toOpenGL()
|
static TextureImageInternalFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TextureImageInternalFormat[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TextureImageInternalFormat RGB
public static final TextureImageInternalFormat RGBA
public static final TextureImageInternalFormat RGB8
public static final TextureImageInternalFormat RGBA8
public static final TextureImageInternalFormat RGB5
public static final TextureImageInternalFormat RGB5_A1
public static final TextureImageInternalFormat RGB4
public static final TextureImageInternalFormat RGBA4
public static final TextureImageInternalFormat LUM_ALPHA
public static final TextureImageInternalFormat LUM4_ALPHA4
public static final TextureImageInternalFormat LUM8_ALPHA8
public static final TextureImageInternalFormat R3_G3_B2
public static final TextureImageInternalFormat DEPTH16
public static final TextureImageInternalFormat DEPTH24
public static final TextureImageInternalFormat DEPTH32
public static final TextureImageInternalFormat LUMINANCE
public static final TextureImageInternalFormat LUMINANCE4
public static final TextureImageInternalFormat LUMINANCE8
public static final TextureImageInternalFormat INTENSITY
public static final TextureImageInternalFormat INTENSITY4
public static final TextureImageInternalFormat INTENSITY8
public static final TextureImageInternalFormat ALPHA
public static final TextureImageInternalFormat ALPHA4
public static final TextureImageInternalFormat ALPHA8
public static final TextureImageInternalFormat RGB_DXT1
public static final TextureImageInternalFormat RGBA_DXT1
public static final TextureImageInternalFormat RGBA_DXT3
public static final TextureImageInternalFormat RGBA_DXT5
| Method Detail |
|---|
public static TextureImageInternalFormat[] values()
for (TextureImageInternalFormat c : TextureImageInternalFormat.values()) System.out.println(c);
public static TextureImageInternalFormat valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic final boolean hasAlpha()
public final boolean isCompressed()
public final int toOpenGL()
public static final TextureImageInternalFormat getFallbackInternalFormat(TextureImageFormat format)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||