java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiSwapChainHdrInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Describes the high dynamic range related information of the swapchain's associated output
Java wrapper for Qt class QRhiSwapChainHdrInfo
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQRhiSwapChainHdrInfo::LimitsType
-
Constructor Summary
ConstructorDescriptionSeeQRhiSwapChainHdrInfo::
QRhiSwapChainHdrInfo() QRhiSwapChainHdrInfo
(boolean isHardCodedDefaults, QRhiSwapChainHdrInfo.LimitsType limitsType, float [] limits) SeeQRhiSwapChainHdrInfo::
QRhiSwapChainHdrInfo{bool, QRhiSwapChainHdrInfo::LimitsType, decltype{std::declval<QRhiSwapChainHdrInfo>{}.limits}} SeeQRhiSwapChainHdrInfo::
QRhiSwapChainHdrInfo(QRhiSwapChainHdrInfo) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final boolean
final float[]
limits()
final void
setColorComponentValue
(float maxColorComponentValue, float maxPotentialColorComponentValue) final void
setIsHardCodedDefaults
(boolean isHardCodedDefaults) final void
setLimits
(float [] limits) final void
setLimitsType
(QRhiSwapChainHdrInfo.LimitsType limitsType) final void
setLuminanceInNits
(float minLuminance, float maxLuminance) toString()
Seeoperator<<(QDebug,
QRhiSwapChainHdrInfo) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QRhiSwapChainHdrInfo
public QRhiSwapChainHdrInfo()See
QRhiSwapChainHdrInfo::
QRhiSwapChainHdrInfo() -
QRhiSwapChainHdrInfo
See
QRhiSwapChainHdrInfo::
QRhiSwapChainHdrInfo(QRhiSwapChainHdrInfo) -
QRhiSwapChainHdrInfo
public QRhiSwapChainHdrInfo(boolean isHardCodedDefaults, QRhiSwapChainHdrInfo.LimitsType limitsType, float [] limits) See
QRhiSwapChainHdrInfo::
QRhiSwapChainHdrInfo{bool, QRhiSwapChainHdrInfo::LimitsType, decltype{std::declval<QRhiSwapChainHdrInfo>{}.limits}}
-
-
Method Details
-
setIsHardCodedDefaults
-
isHardCodedDefaults
-
setLimits
-
limits
-
setLimitsType
-
limitsType
-
setColorComponentValue
@QtUninvokable public final void setColorComponentValue(float maxColorComponentValue, float maxPotentialColorComponentValue) -
setLuminanceInNits
-
toString
See
operator<<(QDebug,
QRhiSwapChainHdrInfo) -
clone
Creates and returns a copy of this object.
See
QRhiSwapChainHdrInfo::
QRhiSwapChainHdrInfo(QRhiSwapChainHdrInfo)
-