class_rdpipelinecolorblendstateattachment.rst 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/RDPipelineColorBlendStateAttachment.xml.
  6. .. _class_RDPipelineColorBlendStateAttachment:
  7. RDPipelineColorBlendStateAttachment
  8. ===================================
  9. **Inherits:** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. .. container:: contribute
  11. There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  12. .. rst-class:: classref-reftable-group
  13. Properties
  14. ----------
  15. .. table::
  16. :widths: auto
  17. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  18. | :ref:`BlendOperation<enum_RenderingDevice_BlendOperation>` | :ref:`alpha_blend_op<class_RDPipelineColorBlendStateAttachment_property_alpha_blend_op>` | ``0`` |
  19. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  20. | :ref:`BlendOperation<enum_RenderingDevice_BlendOperation>` | :ref:`color_blend_op<class_RDPipelineColorBlendStateAttachment_property_color_blend_op>` | ``0`` |
  21. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  22. | :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` | :ref:`dst_alpha_blend_factor<class_RDPipelineColorBlendStateAttachment_property_dst_alpha_blend_factor>` | ``0`` |
  23. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  24. | :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` | :ref:`dst_color_blend_factor<class_RDPipelineColorBlendStateAttachment_property_dst_color_blend_factor>` | ``0`` |
  25. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  26. | :ref:`bool<class_bool>` | :ref:`enable_blend<class_RDPipelineColorBlendStateAttachment_property_enable_blend>` | ``false`` |
  27. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  28. | :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` | :ref:`src_alpha_blend_factor<class_RDPipelineColorBlendStateAttachment_property_src_alpha_blend_factor>` | ``0`` |
  29. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  30. | :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` | :ref:`src_color_blend_factor<class_RDPipelineColorBlendStateAttachment_property_src_color_blend_factor>` | ``0`` |
  31. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  32. | :ref:`bool<class_bool>` | :ref:`write_a<class_RDPipelineColorBlendStateAttachment_property_write_a>` | ``true`` |
  33. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  34. | :ref:`bool<class_bool>` | :ref:`write_b<class_RDPipelineColorBlendStateAttachment_property_write_b>` | ``true`` |
  35. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  36. | :ref:`bool<class_bool>` | :ref:`write_g<class_RDPipelineColorBlendStateAttachment_property_write_g>` | ``true`` |
  37. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  38. | :ref:`bool<class_bool>` | :ref:`write_r<class_RDPipelineColorBlendStateAttachment_property_write_r>` | ``true`` |
  39. +------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+-----------+
  40. .. rst-class:: classref-reftable-group
  41. Methods
  42. -------
  43. .. table::
  44. :widths: auto
  45. +------+--------------------------------------------------------------------------------------------+
  46. | void | :ref:`set_as_mix<class_RDPipelineColorBlendStateAttachment_method_set_as_mix>` **(** **)** |
  47. +------+--------------------------------------------------------------------------------------------+
  48. .. rst-class:: classref-section-separator
  49. ----
  50. .. rst-class:: classref-descriptions-group
  51. Property Descriptions
  52. ---------------------
  53. .. _class_RDPipelineColorBlendStateAttachment_property_alpha_blend_op:
  54. .. rst-class:: classref-property
  55. :ref:`BlendOperation<enum_RenderingDevice_BlendOperation>` **alpha_blend_op** = ``0``
  56. .. rst-class:: classref-property-setget
  57. - void **set_alpha_blend_op** **(** :ref:`BlendOperation<enum_RenderingDevice_BlendOperation>` value **)**
  58. - :ref:`BlendOperation<enum_RenderingDevice_BlendOperation>` **get_alpha_blend_op** **(** **)**
  59. .. container:: contribute
  60. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  61. .. rst-class:: classref-item-separator
  62. ----
  63. .. _class_RDPipelineColorBlendStateAttachment_property_color_blend_op:
  64. .. rst-class:: classref-property
  65. :ref:`BlendOperation<enum_RenderingDevice_BlendOperation>` **color_blend_op** = ``0``
  66. .. rst-class:: classref-property-setget
  67. - void **set_color_blend_op** **(** :ref:`BlendOperation<enum_RenderingDevice_BlendOperation>` value **)**
  68. - :ref:`BlendOperation<enum_RenderingDevice_BlendOperation>` **get_color_blend_op** **(** **)**
  69. .. container:: contribute
  70. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  71. .. rst-class:: classref-item-separator
  72. ----
  73. .. _class_RDPipelineColorBlendStateAttachment_property_dst_alpha_blend_factor:
  74. .. rst-class:: classref-property
  75. :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` **dst_alpha_blend_factor** = ``0``
  76. .. rst-class:: classref-property-setget
  77. - void **set_dst_alpha_blend_factor** **(** :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` value **)**
  78. - :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` **get_dst_alpha_blend_factor** **(** **)**
  79. .. container:: contribute
  80. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  81. .. rst-class:: classref-item-separator
  82. ----
  83. .. _class_RDPipelineColorBlendStateAttachment_property_dst_color_blend_factor:
  84. .. rst-class:: classref-property
  85. :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` **dst_color_blend_factor** = ``0``
  86. .. rst-class:: classref-property-setget
  87. - void **set_dst_color_blend_factor** **(** :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` value **)**
  88. - :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` **get_dst_color_blend_factor** **(** **)**
  89. .. container:: contribute
  90. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  91. .. rst-class:: classref-item-separator
  92. ----
  93. .. _class_RDPipelineColorBlendStateAttachment_property_enable_blend:
  94. .. rst-class:: classref-property
  95. :ref:`bool<class_bool>` **enable_blend** = ``false``
  96. .. rst-class:: classref-property-setget
  97. - void **set_enable_blend** **(** :ref:`bool<class_bool>` value **)**
  98. - :ref:`bool<class_bool>` **get_enable_blend** **(** **)**
  99. .. container:: contribute
  100. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  101. .. rst-class:: classref-item-separator
  102. ----
  103. .. _class_RDPipelineColorBlendStateAttachment_property_src_alpha_blend_factor:
  104. .. rst-class:: classref-property
  105. :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` **src_alpha_blend_factor** = ``0``
  106. .. rst-class:: classref-property-setget
  107. - void **set_src_alpha_blend_factor** **(** :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` value **)**
  108. - :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` **get_src_alpha_blend_factor** **(** **)**
  109. .. container:: contribute
  110. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  111. .. rst-class:: classref-item-separator
  112. ----
  113. .. _class_RDPipelineColorBlendStateAttachment_property_src_color_blend_factor:
  114. .. rst-class:: classref-property
  115. :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` **src_color_blend_factor** = ``0``
  116. .. rst-class:: classref-property-setget
  117. - void **set_src_color_blend_factor** **(** :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` value **)**
  118. - :ref:`BlendFactor<enum_RenderingDevice_BlendFactor>` **get_src_color_blend_factor** **(** **)**
  119. .. container:: contribute
  120. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  121. .. rst-class:: classref-item-separator
  122. ----
  123. .. _class_RDPipelineColorBlendStateAttachment_property_write_a:
  124. .. rst-class:: classref-property
  125. :ref:`bool<class_bool>` **write_a** = ``true``
  126. .. rst-class:: classref-property-setget
  127. - void **set_write_a** **(** :ref:`bool<class_bool>` value **)**
  128. - :ref:`bool<class_bool>` **get_write_a** **(** **)**
  129. .. container:: contribute
  130. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  131. .. rst-class:: classref-item-separator
  132. ----
  133. .. _class_RDPipelineColorBlendStateAttachment_property_write_b:
  134. .. rst-class:: classref-property
  135. :ref:`bool<class_bool>` **write_b** = ``true``
  136. .. rst-class:: classref-property-setget
  137. - void **set_write_b** **(** :ref:`bool<class_bool>` value **)**
  138. - :ref:`bool<class_bool>` **get_write_b** **(** **)**
  139. .. container:: contribute
  140. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  141. .. rst-class:: classref-item-separator
  142. ----
  143. .. _class_RDPipelineColorBlendStateAttachment_property_write_g:
  144. .. rst-class:: classref-property
  145. :ref:`bool<class_bool>` **write_g** = ``true``
  146. .. rst-class:: classref-property-setget
  147. - void **set_write_g** **(** :ref:`bool<class_bool>` value **)**
  148. - :ref:`bool<class_bool>` **get_write_g** **(** **)**
  149. .. container:: contribute
  150. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  151. .. rst-class:: classref-item-separator
  152. ----
  153. .. _class_RDPipelineColorBlendStateAttachment_property_write_r:
  154. .. rst-class:: classref-property
  155. :ref:`bool<class_bool>` **write_r** = ``true``
  156. .. rst-class:: classref-property-setget
  157. - void **set_write_r** **(** :ref:`bool<class_bool>` value **)**
  158. - :ref:`bool<class_bool>` **get_write_r** **(** **)**
  159. .. container:: contribute
  160. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  161. .. rst-class:: classref-section-separator
  162. ----
  163. .. rst-class:: classref-descriptions-group
  164. Method Descriptions
  165. -------------------
  166. .. _class_RDPipelineColorBlendStateAttachment_method_set_as_mix:
  167. .. rst-class:: classref-method
  168. void **set_as_mix** **(** **)**
  169. .. container:: contribute
  170. There is currently no description for this method. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  171. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  172. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  173. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  174. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  175. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  176. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`