Uses of Enum
io.qt.qt3d.render.QBlendEquationArguments.Blending
-
Uses of QBlendEquationArguments.Blending in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QBlendEquationArguments.BlendingModifier and TypeFieldDescriptionQBlendEquationArguments.destinationAlphaChangedQBlendEquationArguments.destinationRgbaChangedQBlendEquationArguments.destinationRgbChangedQBlendEquationArguments.sourceAlphaChangedQBlendEquationArguments.sourceRgbaChangedQBlendEquationArguments.sourceRgbChangedMethods in io.qt.qt3d.render that return QBlendEquationArguments.BlendingModifier and TypeMethodDescriptionQBlendEquationArguments.destinationAlpha()QBlendEquationArguments.destinationRgb()QBlendEquationArguments.getDestinationAlpha()Kotlin property getter.QBlendEquationArguments.getDestinationRgb()Kotlin property getter.QBlendEquationArguments.getSourceAlpha()Kotlin property getter.QBlendEquationArguments.getSourceRgb()Kotlin property getter.QBlendEquationArguments.Blending.resolve(int value) Returns the corresponding enum entry for the given value.QBlendEquationArguments.sourceAlpha()QBlendEquationArguments.sourceRgb()Returns the enum constant of this type with the specified name.static QBlendEquationArguments.Blending[]QBlendEquationArguments.Blending.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.qt3d.render with parameters of type QBlendEquationArguments.BlendingModifier and TypeMethodDescriptionfinal voidQBlendEquationArguments.setDestinationAlpha(QBlendEquationArguments.Blending destinationAlpha) final voidQBlendEquationArguments.setDestinationRgb(QBlendEquationArguments.Blending destinationRgb) final voidQBlendEquationArguments.setDestinationRgba(QBlendEquationArguments.Blending destinationRgba) final voidQBlendEquationArguments.setSourceAlpha(QBlendEquationArguments.Blending sourceAlpha) final voidQBlendEquationArguments.setSourceRgb(QBlendEquationArguments.Blending sourceRgb) final voidQBlendEquationArguments.setSourceRgba(QBlendEquationArguments.Blending sourceRgba)