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
Hereda: RefCounted < Object
Estado de mezcla de color del pipeline (utilizado por RenderingDevice).
Descripción
Este objeto es utilizado por RenderingDevice.
Propiedades
|
||
|
||
|
||
|
Descripciones de Propiedades
Array[RDPipelineColorBlendStateAttachment] attachments = [] 🔗
void set_attachments(value: Array[RDPipelineColorBlendStateAttachment])
Array[RDPipelineColorBlendStateAttachment] get_attachments()
Los adjuntos que se mezclan.
Color blend_constant = Color(0, 0, 0, 1) 🔗
El color constante con el que mezclar. Véase también RenderingDevice.draw_list_set_blend_constants().
bool enable_logic_op = false 🔗
Si es true, realiza la operación lógica definida en logic_op.
LogicOperation logic_op = 0 🔗
void set_logic_op(value: LogicOperation)
LogicOperation get_logic_op()
La operación lógica a realizar para la mezcla. Solo es efectiva si enable_logic_op es true.