Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
RDPipelineColorBlendState
Hérite de : RefCounted < Object
Pipeline color blend state (used by RenderingDevice).
Description
This object is used by RenderingDevice.
Propriétés
|
||
|
||
|
||
|
Descriptions des propriétés
Array[RDPipelineColorBlendStateAttachment] attachments = [] 🔗
void set_attachments(value: Array[RDPipelineColorBlendStateAttachment])
Array[RDPipelineColorBlendStateAttachment] get_attachments()
The attachments that are blended together.
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 🔗
Si true, effectue l'opération logique définie dans logic_op.
LogicOperation logic_op = 0 🔗
void set_logic_op(value: LogicOperation)
LogicOperation get_logic_op()
L'opération logique à effectuer pour le mélange. Seulement effectif si enable_logic_op vaut true.