-
staticSuperMap3D.S3MPixelFormat.ABGR
-
32位像素,A B G R 各占8、8、8、8位像素,枚举值13。
-
staticSuperMap3D.S3MPixelFormat.ALPHA
-
8位像素,代表透明度,枚举值3。
-
staticSuperMap3D.S3MPixelFormat.ALPHA_4_LUMINANCE_4
-
8位像素,4位代表透明度、4位代表亮度,枚举值4。
-
staticSuperMap3D.S3MPixelFormat.ARGB
-
32位像素,A R G B 各占8、8、8、8位像素,枚举值12。
-
staticSuperMap3D.S3MPixelFormat.BGR
-
24位像素, B G R各占8、8、8位像素,枚举值11。
-
staticSuperMap3D.S3MPixelFormat.BGR565
-
16位像素,B G R各占5、6、5位像素,枚举值7。
-
staticSuperMap3D.S3MPixelFormat.BGRA
-
32位像素,B G R A 各占8、8、8、8位像素,枚举值14。
-
staticSuperMap3D.S3MPixelFormat.LUMINANCE_8
-
8位像素,代表亮度,枚举值1。
-
staticSuperMap3D.S3MPixelFormat.LUMINANCE_16
-
16位像素,代表亮度,枚举值2。
-
staticSuperMap3D.S3MPixelFormat.LUMINANCE_ALPHA
-
16位像素,8位代表亮度、8位代表透明度,枚举值5。
-
staticSuperMap3D.S3MPixelFormat.RGB
-
24位像素,R G B各占8、8、8位像素,枚举值10。
-
staticSuperMap3D.S3MPixelFormat.RGB_565
-
16位像素,R G B各占5、6、5位像素,枚举值6。
-
staticSuperMap3D.S3MPixelFormat.WEBP
-
32位像素,R G B A 各占8、8、8、8位像素,枚举值25。