java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiTexture.ViewFormat
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QRhiTexture
Specifies the view format for reading or writing from or to the texture
Java wrapper for Qt class QRhiTexture::ViewFormat
- Since:
- This class was introduced in Qt 6.8.
-
Constructor Summary
ConstructorDescriptionSeeQRhiTexture::ViewFormat::
ViewFormat() ViewFormat
(QRhiTexture.Format format, boolean srgb) SeeQRhiTexture::ViewFormat::
ViewFormat{QRhiTexture::Format, bool} ViewFormat
(QRhiTexture.ViewFormat other) SeeQRhiTexture::ViewFormat::
ViewFormat(QRhiTexture::ViewFormat) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final QRhiTexture.Format
format()
final void
setFormat
(QRhiTexture.Format format) final void
setSrgb
(boolean srgb) final boolean
srgb()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
ViewFormat
public ViewFormat()See
QRhiTexture::ViewFormat::
ViewFormat() -
ViewFormat
See
QRhiTexture::ViewFormat::
ViewFormat(QRhiTexture::ViewFormat) - Parameters:
other
-
-
ViewFormat
See
QRhiTexture::ViewFormat::
ViewFormat{QRhiTexture::Format, bool} - Parameters:
format
-srgb
-
-
-
Method Details