Class RDPipelineColorBlendState
Pipeline color blend state (used by RenderingDevice).
- Inheritance
-
RDPipelineColorBlendState
Remarks
This object is used by RenderingDevice.
Properties
attachments
The attachments that are blended together.
var attachments : RDPipelineColorBlendStateAttachment[] = []
Property Value
- RDPipelineColorBlendStateAttachment[]
Remarks
- void set_attachments(RDPipelineColorBlendStateAttachment[] value)
- RDPipelineColorBlendStateAttachment[] get_attachments
blend_constant
The constant color to blend with. See also RenderingDevice.draw_list_set_blend_constants.
var blend_constant : Color = Color(0, 0, 0, 1)
Property Value
Remarks
enable_logic_op
If true
, performs the logic operation defined in logic_op.
var enable_logic_op : bool = false
Property Value
Remarks
logic_op
The logic operation to perform for blending. Only effective if enable_logic_op is true
.
var logic_op : int = 0