QTextureImageData露
- PyQt5.Qt3DRender.QTextureImageData
Description露
QTextureImageData stores data representing a texture.
Methods露
- __init__()
Constructs a new QTextureImageData.
- __init__(QTextureImageData)
TODO
- cleanup()
Remove stored texture data and return the object to its initial state
- data(layer: int = 0, face: int = 0, mipmapLevel: int = 0) → QByteArray
Returns the raw image data for the texture at layer layer, face face and mipmapLevel mipmapLevel
See also
- depth() → int
Returns the depth of the stored texture
See also
- faces() → int
Returns the number of faces in the stored texture
See also
- format() → TextureFormat
Returns the format of the stored texture
See also
- height() → int
Returns the height of the stored texture
See also
- isCompressed() → bool
Returns true if the stored texture is in a compressed format
- layers() → int
Returns the number of layers in the stored texture
See also
- mipLevels() → int
Returns the number of mip levels in the stored texture
See also
- pixelFormat() → PixelFormat
Returns the pixel format of the stored texture
See also
- pixelType() → PixelType
Returns the pixel type of the stored texture
See also
- setData(Union[QByteArray, bytes, bytearray], int, isCompressed: bool = False)
Store the data data with blocksize blockSize and if the data to be stored is compressed isCompressed
See also
- setDepth(int)
Sets the depth to depth. setDepth
See also
- setFaces(int)
Sets the faces to faces. setFaces
See also
- setFormat(TextureFormat)
Sets the format to format. **
See also
- setHeight(int)
Sets the height to height. setHeight
See also
- setImage(QImage)
Copies the image image as raw data within this object
- setLayers(int)
Sets the layers to layers. setLayers
See also
- setMipLevels(int)
Sets the mip levels to mipLevels. setMipLevels
See also
- setPixelFormat(PixelFormat)
Sets the pixel format to pixelFormat. setPixelFormat
See also
- setPixelType(PixelType)
Sets the pixel type to pixelType setPixelType
See also
- setWidth(int)
Sets the width to width. setWidth
See also
- target() → Target
Returns the target for the stored texture
See also
- width() → int
Returns the width of the stored texture
See also