AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
EnumTextureFormat类 参考

Public 成员函数

String toString ()
 

静态 Public 属性

static final EnumTextureFormat NOT_USED = new EnumTextureFormat("NOT_USED", AnyCADJNI.EnumTextureFormat_NOT_USED_get())
 
static final EnumTextureFormat RGB = new EnumTextureFormat("RGB", AnyCADJNI.EnumTextureFormat_RGB_get())
 
static final EnumTextureFormat RGBA = new EnumTextureFormat("RGBA", AnyCADJNI.EnumTextureFormat_RGBA_get())
 
static final EnumTextureFormat LUMINANCE_ALPHA = new EnumTextureFormat("LUMINANCE_ALPHA", AnyCADJNI.EnumTextureFormat_LUMINANCE_ALPHA_get())
 
static final EnumTextureFormat LUMINANCE = new EnumTextureFormat("LUMINANCE", AnyCADJNI.EnumTextureFormat_LUMINANCE_get())
 
static final EnumTextureFormat ALPHA = new EnumTextureFormat("ALPHA", AnyCADJNI.EnumTextureFormat_ALPHA_get())
 
static final EnumTextureFormat RED = new EnumTextureFormat("RED", AnyCADJNI.EnumTextureFormat_RED_get())
 
static final EnumTextureFormat RED_INTEGER = new EnumTextureFormat("RED_INTEGER", AnyCADJNI.EnumTextureFormat_RED_INTEGER_get())
 
static final EnumTextureFormat RG = new EnumTextureFormat("RG", AnyCADJNI.EnumTextureFormat_RG_get())
 
static final EnumTextureFormat RG_INTEGER = new EnumTextureFormat("RG_INTEGER", AnyCADJNI.EnumTextureFormat_RG_INTEGER_get())
 
static final EnumTextureFormat DEPTH_COMPONENT = new EnumTextureFormat("DEPTH_COMPONENT", AnyCADJNI.EnumTextureFormat_DEPTH_COMPONENT_get())
 
static final EnumTextureFormat DEPTH_STENCIL = new EnumTextureFormat("DEPTH_STENCIL", AnyCADJNI.EnumTextureFormat_DEPTH_STENCIL_get())