Uses of Class
com.aspose.threed.PixelFormat
-
-
Uses of PixelFormat in com.aspose.threed
Methods in com.aspose.threed that return PixelFormat Modifier and Type Method Description PixelFormat
TextureData. getPixelFormat()
The pixel's formatstatic PixelFormat
PixelFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PixelFormat[]
PixelFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.aspose.threed with parameters of type PixelFormat Constructor Description TextureData(int width, int height, int stride, int bytesPerPixel, PixelFormat pixelFormat, byte[] data)
Constructor ofTextureData
-