.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/RDPipelineColorBlendStateAttachment.xml. .. _class_RDPipelineColorBlendStateAttachment: RDPipelineColorBlendStateAttachment =================================== **Inherits:** :ref:`RefCounted` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+ | :ref:`BlendOperation` | :ref:`alpha_blend_op` | ``0`` | +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+ | :ref:`BlendOperation` | :ref:`color_blend_op` | ``0`` | +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+ | :ref:`BlendFactor` | :ref:`dst_alpha_blend_factor` | ``0`` | +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+ | :ref:`BlendFactor` | :ref:`dst_color_blend_factor` | ``0`` | +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`enable_blend` | ``false`` | +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+ | :ref:`BlendFactor` | :ref:`src_alpha_blend_factor` | ``0`` | +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+ | :ref:`BlendFactor` | :ref:`src_color_blend_factor` | ``0`` | +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`write_a` | ``true`` | +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`write_b` | ``true`` | +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`write_g` | ``true`` | +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`write_r` | ``true`` | +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +------+--------------------------------------------------------------------------------------------+ | void | :ref:`set_as_mix` **(** **)** | +------+--------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_RDPipelineColorBlendStateAttachment_property_alpha_blend_op: .. rst-class:: classref-property :ref:`BlendOperation` **alpha_blend_op** = ``0`` .. rst-class:: classref-property-setget - void **set_alpha_blend_op** **(** :ref:`BlendOperation` value **)** - :ref:`BlendOperation` **get_alpha_blend_op** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDPipelineColorBlendStateAttachment_property_color_blend_op: .. rst-class:: classref-property :ref:`BlendOperation` **color_blend_op** = ``0`` .. rst-class:: classref-property-setget - void **set_color_blend_op** **(** :ref:`BlendOperation` value **)** - :ref:`BlendOperation` **get_color_blend_op** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDPipelineColorBlendStateAttachment_property_dst_alpha_blend_factor: .. rst-class:: classref-property :ref:`BlendFactor` **dst_alpha_blend_factor** = ``0`` .. rst-class:: classref-property-setget - void **set_dst_alpha_blend_factor** **(** :ref:`BlendFactor` value **)** - :ref:`BlendFactor` **get_dst_alpha_blend_factor** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDPipelineColorBlendStateAttachment_property_dst_color_blend_factor: .. rst-class:: classref-property :ref:`BlendFactor` **dst_color_blend_factor** = ``0`` .. rst-class:: classref-property-setget - void **set_dst_color_blend_factor** **(** :ref:`BlendFactor` value **)** - :ref:`BlendFactor` **get_dst_color_blend_factor** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDPipelineColorBlendStateAttachment_property_enable_blend: .. rst-class:: classref-property :ref:`bool` **enable_blend** = ``false`` .. rst-class:: classref-property-setget - void **set_enable_blend** **(** :ref:`bool` value **)** - :ref:`bool` **get_enable_blend** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDPipelineColorBlendStateAttachment_property_src_alpha_blend_factor: .. rst-class:: classref-property :ref:`BlendFactor` **src_alpha_blend_factor** = ``0`` .. rst-class:: classref-property-setget - void **set_src_alpha_blend_factor** **(** :ref:`BlendFactor` value **)** - :ref:`BlendFactor` **get_src_alpha_blend_factor** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDPipelineColorBlendStateAttachment_property_src_color_blend_factor: .. rst-class:: classref-property :ref:`BlendFactor` **src_color_blend_factor** = ``0`` .. rst-class:: classref-property-setget - void **set_src_color_blend_factor** **(** :ref:`BlendFactor` value **)** - :ref:`BlendFactor` **get_src_color_blend_factor** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDPipelineColorBlendStateAttachment_property_write_a: .. rst-class:: classref-property :ref:`bool` **write_a** = ``true`` .. rst-class:: classref-property-setget - void **set_write_a** **(** :ref:`bool` value **)** - :ref:`bool` **get_write_a** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDPipelineColorBlendStateAttachment_property_write_b: .. rst-class:: classref-property :ref:`bool` **write_b** = ``true`` .. rst-class:: classref-property-setget - void **set_write_b** **(** :ref:`bool` value **)** - :ref:`bool` **get_write_b** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDPipelineColorBlendStateAttachment_property_write_g: .. rst-class:: classref-property :ref:`bool` **write_g** = ``true`` .. rst-class:: classref-property-setget - void **set_write_g** **(** :ref:`bool` value **)** - :ref:`bool` **get_write_g** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_RDPipelineColorBlendStateAttachment_property_write_r: .. rst-class:: classref-property :ref:`bool` **write_r** = ``true`` .. rst-class:: classref-property-setget - void **set_write_r** **(** :ref:`bool` value **)** - :ref:`bool` **get_write_r** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_RDPipelineColorBlendStateAttachment_method_set_as_mix: .. rst-class:: classref-method void **set_as_mix** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`