Class reference
RDPipelineColorBlendState
Inherits RefCounted
Pipeline color blend state (used by RenderingDevice).
Description
This object is used by RenderingDevice.
Properties
RDPipelineColorBlendStateAttachment[] attachments = []
The attachments that are blended together.
Color blend_constant = Color(0, 0, 0, 1)
Color blend_constant = Color(0, 0, 0, 1)The constant color to blend with. See also RenderingDevice.draw_list_set_blend_constants().
bool enable_logic_op = false
bool enable_logic_op = falseIf true, performs the logic operation defined in logic_op.
int logic_op = 0
int logic_op = 0The logic operation to perform for blending. Only effective if enable_logic_op is true.