BlendEquation QML Type

BlendEquation class specifies the equation used for both the RGB blend equation and the Alpha blend equation 更多...

导入语句: import Qt3D.Render 2.0
Since: Qt 5.5
实例化: QBlendEquation
继承:

RenderState

特性

详细描述

The blend equation is used to determine how a new pixel is combined with a pixel already in the framebuffer.

特性文档编制

blendFunction : enumeration

Holds the blend function, which determines how source and destination colors are combined.